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

Unified Diff: pkg/dev_compiler/test/codegen/script.dart

Issue 2752163002: Format all dart dev compiler 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/dev_compiler/test/codegen/script.dart
diff --git a/pkg/dev_compiler/test/codegen/script.dart b/pkg/dev_compiler/test/codegen/script.dart
index 709ed67937540f17581e65a70b20e0fe4f2f6240..c84e012949005fc80a4aca534c11540de1509b3f 100755
--- a/pkg/dev_compiler/test/codegen/script.dart
+++ b/pkg/dev_compiler/test/codegen/script.dart
@@ -1,4 +1,5 @@
#!/usr/bin/env dart
+
void main(List<String> args) {
String name = args.join(' ');
if (name == '') name = 'world';
« no previous file with comments | « pkg/dev_compiler/test/codegen/node_modules.dart ('k') | pkg/dev_compiler/test/codegen/sunflower/sunflower.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698