Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Aug 9, 2018
1 parent 5942996 commit 0003b32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/NQP/Grammar.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,11 @@ grammar NQP::Grammar is HLL::Grammar {
}
my $how := self.how($*PKGDECL);
my $INNER := $*W.cur_lexpad();
my $package := $*W.pkg_create_mo($how, |%args);
$*PACKAGE := $package;
$/.set_package($package);
$/.check_PACKAGE_oopsies('package_def1');
$*LANG := $/;
my $package := $*W.pkg_create_mo($how, |%args);
$*PACKAGE := $package;
$/.set_package($package);
$/.check_PACKAGE_oopsies('package_def1');
$*LANG := $/;

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

0 comments on commit 0003b32

Please sign in to comment.