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

Unified Diff: lib/src/implementation.dart

Issue 1016913002: pkg/smoke: support latest analyzer version and formatted code (Closed) Base URL: https://github.com/dart-lang/smoke@master
Patch Set: updates Created 5 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 | « lib/src/default_transformer.dart ('k') | lib/static.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/implementation.dart
diff --git a/lib/src/implementation.dart b/lib/src/implementation.dart
index 687a0f35f9795c9bd44838efde1ed981b653c7ff..51d8b9c3ca2af5a9462ff97d95cd30303f464edc 100644
--- a/lib/src/implementation.dart
+++ b/lib/src/implementation.dart
@@ -17,18 +17,15 @@ import 'package:smoke/smoke.dart';
/// Implementation of [ObjectAccessorService] in use, initialized lazily so it
/// can be replaced at deployment time with an efficient alternative.
-ObjectAccessorService objectAccessor =
- new ReflectiveObjectAccessorService();
+ObjectAccessorService objectAccessor = new ReflectiveObjectAccessorService();
/// Implementation of [TypeInspectorService] in use, initialized lazily so it
/// can be replaced at deployment time with an efficient alternative.
-TypeInspectorService typeInspector =
- new ReflectiveTypeInspectorService();
+TypeInspectorService typeInspector = new ReflectiveTypeInspectorService();
/// Implementation of [SymbolConverterService] in use, initialized lazily so it
/// can be replaced at deployment time with an efficient alternative.
-SymbolConverterService symbolConverter =
- new ReflectiveSymbolConverterService();
+SymbolConverterService symbolConverter = new ReflectiveSymbolConverterService();
throwNotConfiguredError() {
throw new Exception('The "smoke" library has not been configured. '
« no previous file with comments | « lib/src/default_transformer.dart ('k') | lib/static.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698