Skip to content

Commit bff31bf

Browse files
committed
[jvm] Remove superfluous parenthesis
Leftover from 4145205; fixes NQP build.
1 parent 41e36ea commit bff31bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/jvm/QAST/Compiler.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ my $chain_codegen := sub ($qastcomp, $op) {
517517
$il.append($endlabel);
518518
$il.append(JAST::Instruction.new( :op('aload'), $result ));
519519
result($il, $RT_OBJ)
520-
});
520+
};
521521
QAST::OperationsJAST.add_core_op: 'chain', $chain_codegen;
522522
QAST::OperationsJAST.add_core_op: 'chainstatic', $chain_codegen;
523523

0 commit comments

Comments
 (0)