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

Unified Diff: tests/language/constructor_name_clash_lib.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/constructor_name_clash_lib.dart
diff --git a/tests/language/constructor_name_clash_lib.dart b/tests/language/constructor_name_clash_lib.dart
index 46ea6c0b3c621fcd1827750c10de66980b5b3057..ff52f3b5aa4d2ff2666470a9cd661239d2acedc2 100644
--- a/tests/language/constructor_name_clash_lib.dart
+++ b/tests/language/constructor_name_clash_lib.dart
@@ -9,6 +9,6 @@ var global = 0;
class A {
A() {
global += 10;
- try {} catch(e) {} // no inline
+ try {} catch (e) {} // no inline
}
}

Powered by Google App Engine
This is Rietveld 408576698