Index: sdk/lib/_internal/compiler/implementation/ssa/builder.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart |
index 85ac0e14638b57962bc48bfdf08274e8798671df..ad17efc58f2d227df5fb7df6aa14274a08653774 100644 |
--- a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart |
+++ b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart |
@@ -5003,7 +5003,7 @@ class SsaBuilder extends ResolvedVisitor { |
} |
visitSwitchStatement(ast.SwitchStatement node) { |
- Map<ast.CaseMatch,Constant> constants = buildSwitchCaseConstants(node); |
+ Map<ast.CaseMatch, Constant> constants = buildSwitchCaseConstants(node); |
// The switch case indices must match those computed in |
// [SwitchCaseJumpHandler]. |