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

Unified Diff: tests/html/js_dart_to_string_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/html/js_dart_to_string_test.dart
diff --git a/tests/html/js_dart_to_string_test.dart b/tests/html/js_dart_to_string_test.dart
index d2c23f4a2df1f476e0b8fa92f03c7c7a8568654d..ed984c2476a7ad610cf1c3920d69f5d16504ea12 100644
--- a/tests/html/js_dart_to_string_test.dart
+++ b/tests/html/js_dart_to_string_test.dart
@@ -40,7 +40,7 @@ main() {
test('custom dart', () {
var x = new ExampleClassWithCustomToString("fooBar");
expect(jsToStringViaCoercion(x), equals("#fooBar#"));
- expect(jsToStringViaCoercion({'a' : 1, 'b': 2}), equals("{a: 1, b: 2}"));
+ expect(jsToStringViaCoercion({'a': 1, 'b': 2}), equals("{a: 1, b: 2}"));
});
});
}

Powered by Google App Engine
This is Rietveld 408576698