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

Unified Diff: tests/language_strong/execute_finally10_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/execute_finally10_test.dart
diff --git a/tests/language_strong/execute_finally10_test.dart b/tests/language_strong/execute_finally10_test.dart
index 74beb5a3c0001cc51da120fd8097e873c21ed192..dfe47b5d2c9ec5efa736808775abba8036920303 100644
--- a/tests/language_strong/execute_finally10_test.dart
+++ b/tests/language_strong/execute_finally10_test.dart
@@ -10,7 +10,9 @@ import "package:expect/expect.dart";
class A {
var field;
start() {}
- stop() { field = 42; }
+ stop() {
+ field = 42;
+ }
}
class B {

Powered by Google App Engine
This is Rietveld 408576698