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

Unified Diff: tests/language/cast2_test.dart

Issue 2774783002: Re-land "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
« no previous file with comments | « tests/language/cascade_test.dart ('k') | tests/language/cast_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/cast2_test.dart
diff --git a/tests/language/cast2_test.dart b/tests/language/cast2_test.dart
index 2e828c93bc1de265451a8ed13bde0a796c842eef..78b200af13054e0ecee6eb6ff6ed221cbb80ddd8 100644
--- a/tests/language/cast2_test.dart
+++ b/tests/language/cast2_test.dart
@@ -11,7 +11,9 @@ class C {
final int foo = 42;
int val = 0;
- void inc() { ++val; }
+ void inc() {
+ ++val;
+ }
}
class D extends C {
« no previous file with comments | « tests/language/cascade_test.dart ('k') | tests/language/cast_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698