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

Unified Diff: sdk/lib/core/core.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/bool.dart ('k') | sdk/lib/core/date_time.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/core.dart
diff --git a/sdk/lib/core/core.dart b/sdk/lib/core/core.dart
index 24c981449bd2d3c4a25bbce4a00934e21dc72d13..6b1fc2df44695e9ea5ee75f17098f253ce1ac0a9 100644
--- a/sdk/lib/core/core.dart
+++ b/sdk/lib/core/core.dart
@@ -155,10 +155,9 @@ library dart.core;
import "dart:collection";
import "dart:_internal" hide Symbol;
import "dart:_internal" as internal show Symbol;
-import "dart:convert" show
- Encoding, ASCII, LATIN1, UTF8,
- BASE64, StringConversionSink;
-import "dart:math" show Random; // Used by List.shuffle.
+import "dart:convert"
+ show Encoding, ASCII, LATIN1, UTF8, BASE64, StringConversionSink;
+import "dart:math" show Random; // Used by List.shuffle.
import "dart:typed_data" show Uint8List;
part "annotations.dart";
« no previous file with comments | « sdk/lib/core/bool.dart ('k') | sdk/lib/core/date_time.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698