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

Unified Diff: tests/language/vm/function_equality_vm_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/vm/function_equality_vm_test.dart
diff --git a/tests/language/vm/function_equality_vm_test.dart b/tests/language/vm/function_equality_vm_test.dart
index 4077c662501676c9c942eda48ce2c50296e5be9b..2c0f9fd24b24bcce8d6f36882590102683760a9a 100644
--- a/tests/language/vm/function_equality_vm_test.dart
+++ b/tests/language/vm/function_equality_vm_test.dart
@@ -7,7 +7,7 @@
import "package:expect/expect.dart";
class A {
- foo() { }
+ foo() {}
}
main() {
@@ -16,4 +16,3 @@ main() {
Expect.isFalse(f == null);
Expect.isFalse(null == f);
}
-

Powered by Google App Engine
This is Rietveld 408576698