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

Unified Diff: tests/language_strong/regress_21998_lib1.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_strong/regress_21998_lib1.dart
diff --git a/tests/language_strong/regress_21998_lib1.dart b/tests/language_strong/regress_21998_lib1.dart
index ef3d8690d7c4285504aa0cf5ed5f6c72a8918cea..29750b687140f39e43a3d4c72f49f89737a2c80c 100644
--- a/tests/language_strong/regress_21998_lib1.dart
+++ b/tests/language_strong/regress_21998_lib1.dart
@@ -4,4 +4,4 @@
library regress_21998_lib1;
-String max(String a, String b, String c) => '$a$b$c';
+String max(String a, String b, String c) => '$a$b$c';

Powered by Google App Engine
This is Rietveld 408576698