Skip to content

Commit 85ce37d

Browse files
committed
whitespace
1 parent eed23e0 commit 85ce37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.core/src/net/sf/j2s/core/astvisitors/ASTScriptVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@ public boolean visit(SuperMethodInvocation node) {
18661866
buffer.append("Clazz.clone(this)");
18671867
} else {
18681868
buffer.append("C$.superClazz.prototype." + name + ".apply(this, ");
1869-
buffer.append(" [");
1869+
buffer.append("[");
18701870
addMethodParameterList(node.arguments(), mBinding, false, null, null);
18711871
buffer.append("])");
18721872
}

0 commit comments

Comments
 (0)