Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove useless parens
  • Loading branch information
TimToady committed May 9, 2015
1 parent 8139c05 commit 92aed8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Mu.pm
Expand Up @@ -315,7 +315,7 @@ my class Mu { # declared in BOOTSTRAP
}
@attrs
?? self.^name ~ '.new' ~ '(' ~ @attrs.join(', ') ~ ')'
!! self.^name ~ '.new()';
!! self.^name ~ '.new';
}

proto method DUMP(|) { * }
Expand Down

0 comments on commit 92aed8b

Please sign in to comment.