Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix indent
  • Loading branch information
coke committed Dec 12, 2016
1 parent b7f0e9d commit 300f3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xt/trailing-whitespace.t
Expand Up @@ -20,8 +20,8 @@ for @files -> $file {
my $ok = True;
my $row = 0;
for $file.IO.lines -> $line {
++$row;
if $line ~~ / \s $/ {
++$row;
if $line ~~ / \s $/ {
$ok = False; last;
}
}
Expand Down

0 comments on commit 300f3e8

Please sign in to comment.