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

Unified Diff: tests/corelib_strong/iterable_single_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/corelib_strong/iterable_single_test.dart
diff --git a/tests/corelib_strong/iterable_single_test.dart b/tests/corelib_strong/iterable_single_test.dart
index 7efe6455edf867703ba15995be6d00ed2641abbd..2b0849e88d606abd735d8f58f16a89cac875b0d1 100644
--- a/tests/corelib_strong/iterable_single_test.dart
+++ b/tests/corelib_strong/iterable_single_test.dart
@@ -14,9 +14,7 @@ main() {
Set<int> set1 = new Set<int>();
set1..add(22);
Set set2 = new Set();
- set2..add(11)
- ..add(12)
- ..add(13);
+ set2..add(11)..add(12)..add(13);
Set set3 = new Set();
Expect.equals(1, list1a.single);

Powered by Google App Engine
This is Rietveld 408576698