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

Unified Diff: lib/src/codegen/side_effect_analysis.dart

Issue 1266483003: format with dart_style 0.2.0-rc.3 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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/codegen/reify_coercions.dart ('k') | lib/src/compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/codegen/side_effect_analysis.dart
diff --git a/lib/src/codegen/side_effect_analysis.dart b/lib/src/codegen/side_effect_analysis.dart
index dd72d0167623d6ec1586e42ff59602d8f40bcd8c..f7a0e25bd0c755613955dc027dae731643588027 100644
--- a/lib/src/codegen/side_effect_analysis.dart
+++ b/lib/src/codegen/side_effect_analysis.dart
@@ -98,8 +98,9 @@ class ConstFieldVisitor {
ConstFieldVisitor(TypeProvider types, CompilationUnit unit)
// TODO(jmesserly): support -D variables on the command line
: _constantVisitor = new ConstantVisitor(
- new ConstantEvaluationEngine(types, new DeclaredVariables()),
- new ErrorReporter(new RecordingErrorListener(), unit.element.source));
+ new ConstantEvaluationEngine(types, new DeclaredVariables()),
+ new ErrorReporter(
+ new RecordingErrorListener(), unit.element.source));
// TODO(jmesserly): this is used to determine if the field initialization is
// side effect free. We should make the check more general, as things like
« no previous file with comments | « lib/src/codegen/reify_coercions.dart ('k') | lib/src/compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698