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

Unified Diff: tests/language/null_is_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/null_is_test.dart
diff --git a/tests/language/null_is_test.dart b/tests/language/null_is_test.dart
index 380dbce91ffb3e1691cae8b466095cb5253c1d1a..e7a1383de27c7130c9952405585c0a6e406c49dc 100644
--- a/tests/language/null_is_test.dart
+++ b/tests/language/null_is_test.dart
@@ -41,6 +41,6 @@ test(n) {
Expect.isFalse(n is Expect);
}
-testNegative(n){
+testNegative(n) {
Expect.isFalse(n is Null);
}

Powered by Google App Engine
This is Rietveld 408576698