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

Unified Diff: tests/language_strong/method_invocation_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/language_strong/method_invocation_test.dart
diff --git a/tests/language_strong/method_invocation_test.dart b/tests/language_strong/method_invocation_test.dart
index 896683eec85e4adc00d88b8aa2c702114e3a0d85..3cc47a65aa3f44d34fb297b18a3b6677e2da7e11 100644
--- a/tests/language_strong/method_invocation_test.dart
+++ b/tests/language_strong/method_invocation_test.dart
@@ -15,7 +15,9 @@ class A {
}
class B {
- get f { throw 123; }
+ get f {
+ throw 123;
+ }
}
class MethodInvocationTest {

Powered by Google App Engine
This is Rietveld 408576698