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

Unified Diff: tests/language_strong/not_enough_positional_arguments_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_strong/not_enough_positional_arguments_test.dart
diff --git a/tests/language_strong/not_enough_positional_arguments_test.dart b/tests/language_strong/not_enough_positional_arguments_test.dart
index 33cffcd1046c722bd4ea153ee58305445099d9fe..22709d64d27d4fc8335663ce92690c32212eabd6 100644
--- a/tests/language_strong/not_enough_positional_arguments_test.dart
+++ b/tests/language_strong/not_enough_positional_arguments_test.dart
@@ -2,11 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-foo(a, [b]) {
-}
+foo(a, [b]) {}
-bar(a, {b}) {
-}
+bar(a, {b}) {}
class A {
A();

Powered by Google App Engine
This is Rietveld 408576698