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

Unified Diff: tests/language_strong/assert_assignable_type_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_strong/assert_assignable_type_test.dart
diff --git a/tests/language_strong/assert_assignable_type_test.dart b/tests/language_strong/assert_assignable_type_test.dart
index 246f13e56f46fc1f4d403bb97251ce38a4409f29..73973dbc52e9ff406c4956118b8114e511bb6e50 100644
--- a/tests/language_strong/assert_assignable_type_test.dart
+++ b/tests/language_strong/assert_assignable_type_test.dart
@@ -19,13 +19,10 @@ testInt64List() {
testInt64ListImpl(array);
}
-
testInt64ListImpl(array) {
- for (int i = 0; i < 10; ++i) {
- }
+ for (int i = 0; i < 10; ++i) {}
int sum = 0;
for (int i = 0; i < 10; ++i) {
array[i] = -0x80000000000000 + i;
}
}
-

Powered by Google App Engine
This is Rietveld 408576698