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
snippet fun
function do
${0}
end
function do
${0}
end
snippet mdoc
@moduledoc """