Skip to content

Commit

Permalink
Cosmetic addition of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Dec 30, 2019
1 parent a5b0357 commit ccd3523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/operators.pm6
Expand Up @@ -603,7 +603,7 @@ sub INDIRECT_NAME_LOOKUP($root, *@chunks) is raw {
)
}

sub REQUIRE_IMPORT($compunit, $existing-path,$top-existing-pkg,$stubname, *@syms --> Nil) {
sub REQUIRE_IMPORT($compunit, $existing-path, $top-existing-pkg, $stubname, *@syms --> Nil) {
my $handle := $compunit.handle;
my $DEFAULT := $handle.export-package()<DEFAULT>.WHO;
my $GLOBALish := $handle.globalish-package;
Expand Down

0 comments on commit ccd3523

Please sign in to comment.