Skip to content

Commit

Permalink
whitespace in examples/macros/string_each_char.mirah
Browse files Browse the repository at this point in the history
  • Loading branch information
baroquebobcat committed Jun 16, 2014
1 parent fe16b3f commit 39d7946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/macros/string_each_char.mirah
Expand Up @@ -16,7 +16,7 @@

macro def eachChar(value, block:Block)
quote {
`value`.toCharArray.each do |`block.arguments` |
`value`.toCharArray.each do |`block.arguments`|
`block.body`
end
}
Expand Down

0 comments on commit 39d7946

Please sign in to comment.