Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 9239017

Browse files
author
John Messerly
committed
fix formatting
TBR Review URL: https://codereview.chromium.org/1157093006
1 parent 4947b85 commit 9239017

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/codegen/js_codegen.dart

-1
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,6 @@ class JSCodegenVisitor extends GeneralizingAstVisitor with ConversionVisitor {
806806

807807
JS.Statement _superConstructorCall(ClassElement element,
808808
[SuperConstructorInvocation node]) {
809-
810809
ConstructorElement superCtor;
811810
if (node != null) {
812811
superCtor = node.staticElement;

0 commit comments

Comments
 (0)