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

Unified Diff: pkg/compiler/lib/src/mirror_renamer/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/mirror_renamer/mirror_renamer.dart ('k') | pkg/compiler/lib/src/mirrors/analyze.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/renamer.dart
diff --git a/pkg/compiler/lib/src/mirror_renamer/renamer.dart b/pkg/compiler/lib/src/mirror_renamer/renamer.dart
index 4f206c12ce5bc370d933ae24aaa85674dd669574..5b2daa16f185c298339dc265ccf7aaac46c5bb9c 100644
--- a/pkg/compiler/lib/src/mirror_renamer/renamer.dart
+++ b/pkg/compiler/lib/src/mirror_renamer/renamer.dart
@@ -40,10 +40,10 @@ class MirrorRenamerImpl implements MirrorRenamer {
MirrorRenamerImpl(this.compiler, this.backend, LibraryElement library)
: this.helperLibrary = library,
- getNameFunction = library.find(
- MirrorRenamerImpl.MIRROR_HELPER_GET_NAME_FUNCTION),
- symbolsMapVariable = library.find(
- MirrorRenamerImpl.MIRROR_HELPER_SYMBOLS_MAP_NAME);
+ getNameFunction =
+ library.find(MirrorRenamerImpl.MIRROR_HELPER_GET_NAME_FUNCTION),
+ symbolsMapVariable =
+ library.find(MirrorRenamerImpl.MIRROR_HELPER_SYMBOLS_MAP_NAME);
bool isMirrorHelperLibrary(LibraryElement element) {
return element == helperLibrary;
@@ -67,7 +67,7 @@ class MirrorRenamerImpl implements MirrorRenamer {
* contain all the toplevel ast nodes that will be emitted in the output.
*/
void addRenames(Map<Node, String> renames, List<Node> topLevelNodes,
- PlaceholderCollector placeholderCollector) {
+ PlaceholderCollector placeholderCollector) {
// Right now we only support instances of MirrorSystem.getName,
// hence if there are no occurence of these we don't do anything.
if (mirrorSystemGetNameNodes.isEmpty) {
« no previous file with comments | « pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart ('k') | pkg/compiler/lib/src/mirrors/analyze.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698