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

Unified Diff: tests/language/static_const_field_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/static_const_field_test.dart
diff --git a/tests/language/static_const_field_test.dart b/tests/language/static_const_field_test.dart
index 0d2a1889334edcc3fcbe0f09125e9c1472835dda..2a6547e9c39e7bfdf57b470622d0b9b8ebd7b72b 100644
--- a/tests/language/static_const_field_test.dart
+++ b/tests/language/static_const_field_test.dart
@@ -30,7 +30,10 @@ class A implements Switzerland {
static const artist2 = Switzerland.AG;
static const architect1 = Spain.AG;
static const array1 = const <int>[1, 2];
- static const map1 = const {"Monday": 1, "Tuesday": 2, };
+ static const map1 = const {
+ "Monday": 1,
+ "Tuesday": 2,
+ };
}
class StaticFinalFieldTest {

Powered by Google App Engine
This is Rietveld 408576698