Skip to content

Commit

Permalink
Merge pull request scrooloose#20 from linjunpop/master
Browse files Browse the repository at this point in the history
the missing brace
  • Loading branch information
MarcWeber committed Aug 14, 2011
2 parents 9c03bc0 + 383444b commit a98917a
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 a98917a

Please sign in to comment.