| Index: tools/dom/src/native_DOMImplementation.dart
|
| diff --git a/tools/dom/src/native_DOMImplementation.dart b/tools/dom/src/native_DOMImplementation.dart
|
| index 5b4f1e4cfa650cf2d6c16ddd6fff6db33e2ed8f0..a7c0e97c2ffdbf48d617f9cbf18b78c9ead3b6f1 100644
|
| --- a/tools/dom/src/native_DOMImplementation.dart
|
| +++ b/tools/dom/src/native_DOMImplementation.dart
|
| @@ -354,7 +354,7 @@ final _pureIsolatePrintClosure = (s) {
|
|
|
| final _forwardingPrintClosure = _Utils.forwardingPrint;
|
|
|
| - class _Timer implements Timer{
|
| + class _Timer implements Timer {
|
| var _canceler;
|
|
|
| _Timer(int milliSeconds, void callback(Timer timer), bool repeating) {
|
|
|