Run dartfmt on package:js

BUG=
R=alanknight@google.com

Review-Url: https://codereview.chromium.org/2750123003 .
This commit is contained in:
Jacob Richman 2017-03-21 18:10:03 -07:00
parent a129931cda
commit 4b0afdf5cb

View file

@ -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.');
}