Skip to content

Commit c9846f8

Browse files
committed
Fix syntax fail.
1 parent c3e4578 commit c9846f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/NQPQ/World.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,7 @@ class NQP::World is HLL::World {
470470
QAST::VM.new( :pirop('getinterp P') ),
471471
QAST::VM.new( :pirop('get_class Ps'), QAST::SVal.new( :value('LexPad') ) ),
472472
QAST::VM.new( :pirop('get_class Ps'), QAST::SVal.new( :value('NQPLexPad') ) )
473-
));
474-
}
473+
))));
475474
}
476475

477476
# Checks if the given name is known anywhere in the lexpad

0 commit comments

Comments
 (0)