Skip to content

Commit

Permalink
Fix whitespace errors I introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Chandler committed Sep 25, 2017
1 parent 2e9d465 commit 513db2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Grammar/Tracer.pm6
Expand Up @@ -44,13 +44,13 @@ my class TracedGrammarHOW is Metamodel::GrammarHOW does Grammar::Debugger::WrapC

# Call rule.
$indent++;
my $result;
my $result;
try {
$result := $meth($c, |args);
CATCH {
$result := $meth($c, |args);
CATCH {
$indent--;
}
}
}
}
$indent--;

# Dump result.
Expand Down

0 comments on commit 513db2b

Please sign in to comment.