Skip to content

Commit

Permalink
Fix the "fun" snippet definition
Browse files Browse the repository at this point in the history
At line 96, the definition for the snippet "fun" was using spaces instead of tabs
  • Loading branch information
Mayeu committed May 2, 2014
1 parent d43f278 commit 5eec8a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snippets/elixir.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ snippet fn
fn(${1:args}) -> ${0} end

snippet fun
function do
${0}
end
function do
${0}
end

snippet mdoc
@moduledoc """
Expand Down

0 comments on commit 5eec8a1

Please sign in to comment.