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

Unified Diff: pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart

Issue 1859343004: dartfmt pkg/compiler (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « pkg/compiler/lib/src/library_loader.dart ('k') | pkg/compiler/lib/src/mirror_renamer/renamer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart
diff --git a/pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart b/pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart
index d157b7435671be90c7297cadcc042ad9d69adbfe..e838f8ebbe9b6bd6aa4a7a95f807df6e72308600 100644
--- a/pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart
+++ b/pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart
@@ -4,14 +4,11 @@
library mirror_renamer;
-import '../compiler.dart' show
- Compiler;
-import '../dart_backend/dart_backend.dart' show
- DartBackend,
- PlaceholderCollector;
+import '../compiler.dart' show Compiler;
+import '../dart_backend/dart_backend.dart'
+ show DartBackend, PlaceholderCollector;
import '../elements/elements.dart';
-import '../tokens/token.dart' show
- Token;
+import '../tokens/token.dart' show Token;
import '../tree/tree.dart';
part 'renamer.dart';
@@ -28,5 +25,5 @@ class MirrorRenamer {
void registerStaticSend(Element currentElement, Element target, Node node) {}
void addRenames(Map<Node, String> renames, List<Node> topLevelNodes,
- PlaceholderCollector placeholderCollector) {}
+ PlaceholderCollector placeholderCollector) {}
}
« no previous file with comments | « pkg/compiler/lib/src/library_loader.dart ('k') | pkg/compiler/lib/src/mirror_renamer/renamer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698