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

Unified Diff: tests/language_strong/regress_21998_lib3.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_lib3.dart
diff --git a/tests/language_strong/regress_21998_lib3.dart b/tests/language_strong/regress_21998_lib3.dart
index 5b8f48861afd80c3767c92b0af5ea0aced2a78bf..0595a8b408a33b75d014be0106a87565e6ab1735 100644
--- a/tests/language_strong/regress_21998_lib3.dart
+++ b/tests/language_strong/regress_21998_lib3.dart
@@ -6,4 +6,4 @@ library regress_21998_lib3;
import 'dart:math' as math;
-lib3_max(a, b) => math.max/*<num>*/(a, b);
+lib3_max(a, b) => math.max/*<num>*/(a, b);

Powered by Google App Engine
This is Rietveld 408576698