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

Unified Diff: tests/html/js_dispatch_property_test_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/html/js_dispatch_property_test_lib.dart
diff --git a/tests/html/js_dispatch_property_test_lib.dart b/tests/html/js_dispatch_property_test_lib.dart
index 77e371cf389debdb006e2568d6676d2a68fad97b..80a87a1771769d669c4eb9e259a3ee5d8e51775b 100644
--- a/tests/html/js_dispatch_property_test_lib.dart
+++ b/tests/html/js_dispatch_property_test_lib.dart
@@ -10,7 +10,8 @@ import 'package:js/js.dart';
@JS()
external A create();
-@JS() @anonymous
+@JS()
+@anonymous
class A {
external String foo(String x);
}

Powered by Google App Engine
This is Rietveld 408576698