Index: pkg/compiler/lib/src/old_to_new_api.dart |
diff --git a/pkg/compiler/lib/src/old_to_new_api.dart b/pkg/compiler/lib/src/old_to_new_api.dart |
index 59bbc19a37c1d1cba48573f87ca8b8a456f4d677..79540915d86619c32a45111e6f2270f14873bda6 100644 |
--- a/pkg/compiler/lib/src/old_to_new_api.dart |
+++ b/pkg/compiler/lib/src/old_to_new_api.dart |
@@ -31,8 +31,8 @@ class LegacyCompilerDiagnostics implements CompilerDiagnostics { |
LegacyCompilerDiagnostics(this._handler); |
@override |
- void report(var code, Uri uri, int begin, int end, |
- String message, Diagnostic kind) { |
+ void report( |
+ var code, Uri uri, int begin, int end, String message, Diagnostic kind) { |
_handler(uri, begin, end, message, kind); |
} |
} |