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:
parent
d43f278705
commit
5eec8a1634
@ -93,9 +93,9 @@ snippet fn
|
||||
fn(${1:args}) -> ${0} end
|
||||
|
||||
snippet fun
|
||||
function do
|
||||
${0}
|
||||
end
|
||||
function do
|
||||
${0}
|
||||
end
|
||||
|
||||
snippet mdoc
|
||||
@moduledoc """
|
||||
|
Loading…
Reference in New Issue
Block a user