Skip to content

Commit

Permalink
[JVM] Remove superfluous parenthesis
Browse files Browse the repository at this point in the history
Fixes JVM build.
  • Loading branch information
usev6 committed Jan 13, 2018
1 parent 0af3f4d commit 1e8c976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -3306,7 +3306,7 @@ nqp::sethllconfig('perl6', nqp::hash(
my int $i := -1;
while ++$i < $n {
#?if jvm
nqp::atpos(@posts, $i)($value));
nqp::atpos(@posts, $i)($value);
#?endif
#?if moar
nqp::p6capturelexwhere(nqp::atpos(@posts,$i).clone)($value);
Expand Down

0 comments on commit 1e8c976

Please sign in to comment.