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

Side by Side 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 unified diff | Download patch
OLDNEW
1 #!/usr/bin/env dart 1 #!/usr/bin/env dart
2
2 void main(List<String> args) { 3 void main(List<String> args) {
3 String name = args.join(' '); 4 String name = args.join(' ');
4 if (name == '') name = 'world'; 5 if (name == '') name = 'world';
5 print('hello $name'); 6 print('hello $name');
6 } 7 }
OLDNEW
« 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