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

Unified Diff: tests/language_strong/abstract_getter2_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/abstract_getter2_test.dart
diff --git a/tests/language_strong/abstract_getter2_test.dart b/tests/language_strong/abstract_getter2_test.dart
index 9553ba4987958ad6aaaede9820203f477fe832a9..50a6cafbe3f4411ae1c28b631b59673dc509b0cd 100644
--- a/tests/language_strong/abstract_getter2_test.dart
+++ b/tests/language_strong/abstract_getter2_test.dart
@@ -12,7 +12,9 @@ abstract class B extends A {
int _x;
int get x;
- set x(int v) { _x = v; }
+ set x(int v) {
+ _x = v;
+ }
}
class C extends B {

Powered by Google App Engine
This is Rietveld 408576698