Skip to content

Commit

Permalink
Remove needless type constraint
Browse files Browse the repository at this point in the history
Variables are already Mus
  • Loading branch information
zoffixznet committed Feb 28, 2017
1 parent 6c873b9 commit cd47e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/REPL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ do {
my $*CTXSAVE := self;
my $*MAIN_CTX;

my Mu $output is default(Nil) = self.repl-eval(
my $output is default(Nil) = self.repl-eval(
$code,
my $exception,
:outer_ctx($!save_ctx),
Expand Down

0 comments on commit cd47e2a

Please sign in to comment.