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

Unified Diff: pkg/analyzer/example/parser_driver.dart

Issue 975453004: Reformat (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/analyzer/bin/formatter.dart ('k') | pkg/analyzer/example/scanner_driver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/example/parser_driver.dart
diff --git a/pkg/analyzer/example/parser_driver.dart b/pkg/analyzer/example/parser_driver.dart
index c4d585d4c274ac95e2889a511f34f6ea3e902505..8fdf1a99af06f3b4a9a5b8427d8ca8199e5021bd 100644
--- a/pkg/analyzer/example/parser_driver.dart
+++ b/pkg/analyzer/example/parser_driver.dart
@@ -10,9 +10,7 @@ import 'package:analyzer/src/generated/error.dart';
import 'package:analyzer/src/generated/parser.dart';
import 'package:analyzer/src/generated/scanner.dart';
-
main(List<String> args) {
-
print('working dir ${new File('.').resolveSymbolicLinksSync()}');
if (args.length == 0) {
@@ -23,7 +21,6 @@ main(List<String> args) {
for (var arg in args) {
_parse(new File(arg));
}
-
}
_parse(File file) {
« no previous file with comments | « pkg/analyzer/bin/formatter.dart ('k') | pkg/analyzer/example/scanner_driver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698