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

Unified Diff: sdk/lib/core/map.dart

Issue 2754013002: Format all dart: library files (Closed)
Patch Set: Format all dart: library files Created 3 years, 9 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
« no previous file with comments | « sdk/lib/core/list.dart ('k') | sdk/lib/core/num.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/map.dart
diff --git a/sdk/lib/core/map.dart b/sdk/lib/core/map.dart
index 1c29a90f5398ef4d381d00ba6bfde9eb2402c38f..2c6155639b09514ea1c0f7ab8b45eb64af8f0cc1 100644
--- a/sdk/lib/core/map.dart
+++ b/sdk/lib/core/map.dart
@@ -135,8 +135,8 @@ abstract class Map<K, V> {
*
* The two [Iterable]s must have the same length.
*/
- factory Map.fromIterables(Iterable<K> keys, Iterable<V> values)
- = LinkedHashMap<K, V>.fromIterables;
+ factory Map.fromIterables(Iterable<K> keys, Iterable<V> values) =
+ LinkedHashMap<K, V>.fromIterables;
/**
* Returns true if this map contains the given [value].
« no previous file with comments | « sdk/lib/core/list.dart ('k') | sdk/lib/core/num.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698