Skip to content

Commit 0f7742f

Browse files
committedMay 2, 2014
Merge pull request honza#357 from Mayeu/patch-1
Fix the "fun" snippet definition
2 parents d43f278 + 5eec8a1 commit 0f7742f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎snippets/elixir.snippets

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ snippet fn
9393
fn(${1:args}) -> ${0} end
9494

9595
snippet fun
96-
function do
97-
${0}
98-
end
96+
function do
97+
${0}
98+
end
9999

100100
snippet mdoc
101101
@moduledoc """

0 commit comments

Comments
 (0)