Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Apr 9, 2018
1 parent bafe0c6 commit 6a110d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Geth/GitHub/Hooks.pm6
Expand Up @@ -26,7 +26,7 @@ submethod TWEAK {
}

say "ENV $env.perl()" if $!debug;
my $data = [~] $env<p6w.input>.List;
my $data = [~] $env<p6w.input>.List;
$data .= decode unless $data ~~ Str;
say "-" x 100;
say "Got $data" if $!debug;
Expand Down

0 comments on commit 6a110d5

Please sign in to comment.