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

Unified Diff: pkg/analysis_server/tool/spec/codegen_java_types.dart

Issue 2765953002: Format generated files. (Closed)
Patch Set: 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
Index: pkg/analysis_server/tool/spec/codegen_java_types.dart
diff --git a/pkg/analysis_server/tool/spec/codegen_java_types.dart b/pkg/analysis_server/tool/spec/codegen_java_types.dart
index 3ab4fb8255bf041d2ca54b0130ed64231e7bbdd6..fc42223ec20f5ae3b57443ca6bae5a4ed92cf254 100644
--- a/pkg/analysis_server/tool/spec/codegen_java_types.dart
+++ b/pkg/analysis_server/tool/spec/codegen_java_types.dart
@@ -106,10 +106,6 @@ final GeneratedDirectory targetDir =
}
}
}
- print("Generating...");
- map.keys.forEach((String file) {
- print(" ${targetDir.outputDirPath}/$file");
- });
return map;
});

Powered by Google App Engine
This is Rietveld 408576698