Skip to content

Commit

Permalink
fix missing brace for 'for' of eruby snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
linjunpop committed Aug 14, 2011
1 parent 9c03bc0 commit 383444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/eruby.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ snippet rce
snippet end
<% end -%>${1}
snippet for
<% for ${2:item} in $1 %>
<% for ${2:item} in ${1} %>
${3}
<% end %>
snippet rp
Expand Down

0 comments on commit 383444b

Please sign in to comment.