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

Unified Diff: tests/language_strong/null2_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/null2_test.dart
diff --git a/tests/language_strong/null2_test.dart b/tests/language_strong/null2_test.dart
index 16d3a8308bfd7a64bdd72347190390aa0a52fcce..3357043e3a339632ee00ca6d383aba8a6ce168cf 100644
--- a/tests/language_strong/null2_test.dart
+++ b/tests/language_strong/null2_test.dart
@@ -12,7 +12,9 @@ confuse(x) {
try {
if (new DateTime.now().millisecondsSinceEpoch == 42) x = 42;
throw [x];
- } on dynamic catch (e) { return e[0]; }
+ } on dynamic catch (e) {
+ return e[0];
+ }
return 42;
}

Powered by Google App Engine
This is Rietveld 408576698