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

Unified Diff: tests/language/argument_definition_test.dart

Issue 2768073002: Format all multitests (Closed)
Patch Set: Created 3 years, 9 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/argument_definition_test.dart
diff --git a/tests/language/argument_definition_test.dart b/tests/language/argument_definition_test.dart
index 29756096585d696beb79d7e781cbd78187a41996..e16b7526582036102bb0c0ba8a1bf017e6537e13 100644
--- a/tests/language/argument_definition_test.dart
+++ b/tests/language/argument_definition_test.dart
@@ -12,5 +12,5 @@ int test(a, {b, c}) {
}
main() {
- Expect.equals(6, test(1, b: 2, c:3));
+ Expect.equals(6, test(1, b: 2, c: 3));
}

Powered by Google App Engine
This is Rietveld 408576698