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

Unified Diff: tests/lib/mirrors/function_apply_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/lib/mirrors/function_apply_test.dart
diff --git a/tests/lib/mirrors/function_apply_test.dart b/tests/lib/mirrors/function_apply_test.dart
index 14a96f5712a87cad21d722789fc41bcfae3a6504..f9a861e0bc8ff5dfb801d75c69614cc6fb5fc0c0 100644
--- a/tests/lib/mirrors/function_apply_test.dart
+++ b/tests/lib/mirrors/function_apply_test.dart
@@ -37,5 +37,4 @@ main() {
// Instance implementing Function via call method.
ClosureMirror f5 = reflect(new A());
Expect.equals(1123, f5.apply([1000]).reflectee);
-
}

Powered by Google App Engine
This is Rietveld 408576698