| Index: lib/src/default_transformer.dart
|
| diff --git a/lib/src/default_transformer.dart b/lib/src/default_transformer.dart
|
| index 2a7d9ec084c7bbb59f39083824505e4b5fa395c7..5c634a24e09f8de2ad22ae009889899875b59859 100644
|
| --- a/lib/src/default_transformer.dart
|
| +++ b/lib/src/default_transformer.dart
|
| @@ -31,8 +31,8 @@ class DefaultTransformer extends Transformer {
|
| // Note: this rewrite is highly-coupled with how implementation.dart is
|
| // written. Make sure both are updated in sync.
|
| transform.addOutput(new Asset.fromString(id, code
|
| - .replaceAll(new RegExp('new Reflective[^;]*;'),
|
| - 'throwNotConfiguredError();')
|
| + .replaceAll(
|
| + new RegExp('new Reflective[^;]*;'), 'throwNotConfiguredError();')
|
| .replaceAll("import 'package:smoke/mirrors.dart';", '')));
|
| });
|
| }
|
|
|