Skip to content

Commit 5eec8a1

Browse files
committed
Fix the "fun" snippet definition
At line 96, the definition for the snippet "fun" was using spaces instead of tabs
1 parent d43f278 commit 5eec8a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snippets/elixir.snippets

Lines changed: 3 additions & 3 deletions
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)