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

Unified Diff: lib/src/info.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/compiler.dart ('k') | lib/src/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/info.dart
diff --git a/lib/src/info.dart b/lib/src/info.dart
index a154cf9219ef3518292d939ca17b9a5b8d39e0c8..03c158764415017e97807b8556376fc4e9b63b0f 100644
--- a/lib/src/info.dart
+++ b/lib/src/info.dart
@@ -359,7 +359,6 @@ class InferredType extends InferredTypeBase {
// Factory to create correct InferredType variant.
static InferredTypeBase create(
TypeRules rules, Expression expression, DartType type) {
-
// Specialized inference:
if (expression is Literal) {
return new InferredTypeLiteral(rules, expression, type);
« no previous file with comments | « lib/src/compiler.dart ('k') | lib/src/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698