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 29, 2018
1 parent 2a69b0f commit fd55730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S02-literals/pairs.t
Expand Up @@ -172,8 +172,8 @@ sub f9 (:$bar!) { WHAT($bar) }
grammar my our state let temp has augment anon supersede
sub method submethod macro multi proto only regex token
rule constant enum subset
> {
is EVAL("($_ => 1).key"), $_, "Pair with '$_' as key"
> {
is EVAL("($_ => 1).key"), $_, "Pair with '$_' as key"
}
}

Expand Down

0 comments on commit fd55730

Please sign in to comment.