Index: tests/language_strong/const_counter_negative_test.dart |
diff --git a/tests/language_strong/const_counter_negative_test.dart b/tests/language_strong/const_counter_negative_test.dart |
index ad4d8359f0e5569e3fd35745a39767711610ea5c..6f6adb1ced01869d31541c0ba70c1650ba5174da 100644 |
--- a/tests/language_strong/const_counter_negative_test.dart |
+++ b/tests/language_strong/const_counter_negative_test.dart |
@@ -11,7 +11,9 @@ class ConstCounter { |
final nextValue_; |
- int nextValue() { return nextValue_(); } |
+ int nextValue() { |
+ return nextValue_(); |
+ } |
} |
class ConstCounterNegativeTest { |