Fix the "fun" snippet definition

At line 96, the definition for the snippet "fun" was using spaces instead of tabs
This commit is contained in:
Mayeu (Cast) 2014-05-02 20:03:59 +02:00
parent d43f278705
commit 5eec8a1634

View File

@ -93,9 +93,9 @@ snippet fn
fn(${1:args}) -> ${0} end fn(${1:args}) -> ${0} end
snippet fun snippet fun
function do function do
${0} ${0}
end end
snippet mdoc snippet mdoc
@moduledoc """ @moduledoc """