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

Unified Diff: tests/language/type_propagation_assert_assignable_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/type_propagation_assert_assignable_test.dart
diff --git a/tests/language/type_propagation_assert_assignable_test.dart b/tests/language/type_propagation_assert_assignable_test.dart
index 3a694c391a0d3176303002ce2c17b0889686776f..c21a71c069c57c26ae70b1444d109f0a9d8a4b42 100644
--- a/tests/language/type_propagation_assert_assignable_test.dart
+++ b/tests/language/type_propagation_assert_assignable_test.dart
@@ -11,7 +11,9 @@ class A {
final _b;
b() {
- try { return _b; } catch (e) { }
+ try {
+ return _b;
+ } catch (e) {}
}
A(this.p, this._b);

Powered by Google App Engine
This is Rietveld 408576698