Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Sep 25, 2017
1 parent ebd6440 commit 3f0f321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Exception.pm
Expand Up @@ -164,7 +164,7 @@ my class X::Method::NotFound is Exception {
when Cool { %suggestions{$_} = 0 for <chars codes>; }
default { %suggestions{$_} = 0 for <elems chars codes>; }
}

}
elsif $.method eq 'bytes' {
%suggestions<encode($encoding).bytes> = 0;
Expand Down Expand Up @@ -2215,7 +2215,7 @@ my class X::Assignment::RO is Exception {
method message {
"Cannot modify an immutable {$.value.^name} ({$.value.gist})"
}
method typename { $.value.^name }
method typename { $.value.^name }
}

my class X::Assignment::RO::Comp does X::Comp {
Expand Down

0 comments on commit 3f0f321

Please sign in to comment.