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

Unified Diff: tests/language_strong/async_return_types_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/async_return_types_test.dart
diff --git a/tests/language_strong/async_return_types_test.dart b/tests/language_strong/async_return_types_test.dart
index 103a9f2fb1f9cef876321b71b99ad7d1f0b75273..f763c090f5cd6cbf3d464f0347640d05900853f4 100644
--- a/tests/language_strong/async_return_types_test.dart
+++ b/tests/language_strong/async_return_types_test.dart
@@ -30,7 +30,7 @@ foo5() async {
return 3;
}
-Future<int> foo6() async {
+Future<int> foo6() async {
// This is fine, the future is flattened
return new Future<int>.value(3);
}
@@ -52,4 +52,4 @@ test() async {
main() {
asyncTest(test);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698