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

Unified Diff: tests/language/regress_14348_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/regress_14348_test.dart
diff --git a/tests/language/regress_14348_test.dart b/tests/language/regress_14348_test.dart
index 75c5308ef5ca13c8b13e3535833ee41693208b3d..137e93c919177017dd51c1ee1dd3795a4b855c7d 100644
--- a/tests/language/regress_14348_test.dart
+++ b/tests/language/regress_14348_test.dart
@@ -8,6 +8,6 @@ import "package:collection/equality.dart";
main() {
const Equality<Iterable> eq = const UnorderedIterableEquality();
- const Equality<Map<dynamic,Iterable>> mapeq =
- const MapEquality<dynamic, dynamic>(values: eq);
-}
+ const Equality<Map<dynamic, Iterable>> mapeq =
+ const MapEquality<dynamic, dynamic>(values: eq);
+}

Powered by Google App Engine
This is Rietveld 408576698