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

Unified Diff: lib/discovery_analysis.dart

Issue 2298063005: minor changes to organize imports and to the gitignore file (Closed)
Patch Set: Created 4 years, 3 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 | « .gitignore ('k') | lib/packages_file.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/discovery_analysis.dart
diff --git a/lib/discovery_analysis.dart b/lib/discovery_analysis.dart
index 058330b194c97d0a922f4e224a82246ba58237f0..ce7e98a1ac813837c20d71211339651970223109 100644
--- a/lib/discovery_analysis.dart
+++ b/lib/discovery_analysis.dart
@@ -12,8 +12,8 @@
/// determined to be "package directories" themselves.
library package_config.discovery_analysis;
-import "dart:io" show File, Directory;
import "dart:collection" show HashMap;
+import "dart:io" show File, Directory;
import "package:path/path.dart" as path;
« no previous file with comments | « .gitignore ('k') | lib/packages_file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698