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

Unified Diff: tests/lib/mirrors/parameter_metadata_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/lib/mirrors/parameter_metadata_test.dart
diff --git a/tests/lib/mirrors/parameter_metadata_test.dart b/tests/lib/mirrors/parameter_metadata_test.dart
index 68a0f34e519100e99ad8a40467608093b7cc93a7..f0c6871201b92ca80cab0139a9c2da8e966bbbd8 100644
--- a/tests/lib/mirrors/parameter_metadata_test.dart
+++ b/tests/lib/mirrors/parameter_metadata_test.dart
@@ -24,7 +24,7 @@ class B {
factory B.bar(@m3 @m2 int z, x) {}
baz(@m1 final int x, @m2 int y, @m3 final int z) {}
- qux(int x, [@m3 @m2 @m1 int y= 3 + 1]) {}
+ qux(int x, [@m3 @m2 @m1 int y = 3 + 1]) {}
quux(int x, {String str: "foo"}) {}
corge({@m1 int x: 3 * 17, @m2 String str: "bar"}) {}

Powered by Google App Engine
This is Rietveld 408576698