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

Unified Diff: pkg/js/lib/src/varargs.dart

Issue 2750123003: Run dartfmt on package:js (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/js/lib/src/varargs.dart
diff --git a/pkg/js/lib/src/varargs.dart b/pkg/js/lib/src/varargs.dart
index 6d316b35f217bf3ac2ef46b95e35b05c78e5fd4b..84180f1d2604d4d46a1ee16116e5172443b9aed8 100644
--- a/pkg/js/lib/src/varargs.dart
+++ b/pkg/js/lib/src/varargs.dart
@@ -58,7 +58,6 @@ const _Rest rest = const _Rest();
/// foo.apply(null, [a, b].concat(others))
///
dynamic spread(args) {
- throw new StateError(
- 'The spread function cannot be called, '
+ throw new StateError('The spread function cannot be called, '
'it should be compiled away.');
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698