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

Unified Diff: tests/language/deferred_static_seperate_lib2.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/deferred_static_seperate_lib2.dart
diff --git a/tests/language/deferred_static_seperate_lib2.dart b/tests/language/deferred_static_seperate_lib2.dart
index a2f4cbbbb6952a978ffc67ae0bc05e1f0b811076..db07dd7ff722973fdc5e5887cbea37acac554e1d 100644
--- a/tests/language/deferred_static_seperate_lib2.dart
+++ b/tests/language/deferred_static_seperate_lib2.dart
@@ -17,6 +17,7 @@ foo() {
Expect.equals(x, C3.foo);
Expect.mapEquals({x: x}, C4.foo);
- Expect.listEquals([const{1: 3}], C5.foo);
-
-}
+ Expect.listEquals([
+ const {1: 3}
+ ], C5.foo);
+}

Powered by Google App Engine
This is Rietveld 408576698