Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1606)

Unified Diff: packages/quiver/test/collection/bimap_test.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: packages/quiver/test/collection/bimap_test.dart
diff --git a/packages/quiver/test/collection/bimap_test.dart b/packages/quiver/test/collection/bimap_test.dart
index 57863509682a9e40f101bc4e80f121e050bea606..125bc69bf9d9b76d7a0edd209605c3da896be8d8 100644
--- a/packages/quiver/test/collection/bimap_test.dart
+++ b/packages/quiver/test/collection/bimap_test.dart
@@ -26,12 +26,8 @@ main() {
group('HashBiMap', () {
BiMap<String, int> map;
- String k1 = 'k1',
- k2 = 'k2',
- k3 = 'k3';
- int v1 = 1,
- v2 = 2,
- v3 = 3;
+ String k1 = 'k1', k2 = 'k2', k3 = 'k3';
+ int v1 = 1, v2 = 2, v3 = 3;
setUp(() {
map = new HashBiMap();
« no previous file with comments | « packages/quiver/test/collection/all_tests.dart ('k') | packages/quiver/test/collection/collection_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698