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

Unified Diff: tests/standalone/byte_array_view_optimized_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/standalone/byte_array_view_optimized_test.dart
diff --git a/tests/standalone/byte_array_view_optimized_test.dart b/tests/standalone/byte_array_view_optimized_test.dart
index 94ccf7b94046c61f9d73ecfc487f85ed5f6d6e48..77b22d3b8b48e6051ee6660713aeedf1a50d48cf 100644
--- a/tests/standalone/byte_array_view_optimized_test.dart
+++ b/tests/standalone/byte_array_view_optimized_test.dart
@@ -17,7 +17,6 @@ main() {
a[0] = a[1] = 0xff;
var b = new Int16List.view(a.buffer);
Expect.equals(-1, li16(b));
- for (var i=0; i<10000; i++) li16(b);
+ for (var i = 0; i < 10000; i++) li16(b);
Expect.equals(-1, li16(b));
}
-

Powered by Google App Engine
This is Rietveld 408576698