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

Unified Diff: tests/language/map_literal3_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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: tests/language/map_literal3_test.dart
diff --git a/tests/language/map_literal3_test.dart b/tests/language/map_literal3_test.dart
index 1aa9bed9951f1e995f1817da2bbb196efa1a517a..3d809b99e3992fb461de89dfb2d9a3ed254f6290 100644
--- a/tests/language/map_literal3_test.dart
+++ b/tests/language/map_literal3_test.dart
@@ -106,9 +106,7 @@ class MapLiteralTest {
}["alpha"]["gamma"]);
// Map literals at beginning of statement.
- <
- String,
- num>{"pink": 100};
+ <String, num>{"pink": 100};
const <String, num>{"floyd": 100};
}
}

Powered by Google App Engine
This is Rietveld 408576698