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

Unified Diff: tests/language/allocate_large_object_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/allocate_large_object_test.dart
diff --git a/tests/language/allocate_large_object_test.dart b/tests/language/allocate_large_object_test.dart
index 1cd70166ad7278583dd6659ebc0b97c7f977a653..5873daade74039e6c636bf77aa0308dd4aec30b9 100644
--- a/tests/language/allocate_large_object_test.dart
+++ b/tests/language/allocate_large_object_test.dart
@@ -26,7 +26,7 @@ class A {
return s;
}
- A(this.a) { }
+ A(this.a) {}
value() {
return a + foo();
@@ -38,7 +38,7 @@ class AllocateLargeObject {
var a = new A(1);
A.s = 4;
Expect.equals(5, a.value());
- }
+ }
}
main() {

Powered by Google App Engine
This is Rietveld 408576698