Skip to content

Commit 0003b32

Browse files
authored
whitespace
1 parent 5942996 commit 0003b32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/NQP/Grammar.nqp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,11 @@ grammar NQP::Grammar is HLL::Grammar {
423423
}
424424
my $how := self.how($*PKGDECL);
425425
my $INNER := $*W.cur_lexpad();
426-
my $package := $*W.pkg_create_mo($how, |%args);
427-
$*PACKAGE := $package;
428-
$/.set_package($package);
429-
$/.check_PACKAGE_oopsies('package_def1');
430-
$*LANG := $/;
426+
my $package := $*W.pkg_create_mo($how, |%args);
427+
$*PACKAGE := $package;
428+
$/.set_package($package);
429+
$/.check_PACKAGE_oopsies('package_def1');
430+
$*LANG := $/;
431431

432432
# these need to be installed early so that they may be referenced from subs in the block
433433
if nqp::can($how, 'parametric') && $how.parametric($how) {

0 commit comments

Comments
 (0)