Chromium Code Reviews| Index: bin/dartdevc.dart |
| diff --git a/bin/dartdevc.dart b/bin/dartdevc.dart |
| index 2246a9ce40820aa767ef346e8ae9d03e2f067595..a4db40cb751a3052e6d118726c389b7a6571f7f1 100755 |
| --- a/bin/dartdevc.dart |
| +++ b/bin/dartdevc.dart |
| @@ -46,7 +46,7 @@ main(List<String> args) async { |
| runner.addCommand(new CompileCommand()); |
| try { |
| await runner.run(args); |
| - } catch(e, s) { |
| + } catch (e, s) { |
| exit(handleError(e, s, args)); |
| } |
| } |