From 5eec8a16342aea09e8f8190e68b6583acebf8c8f Mon Sep 17 00:00:00 2001 From: "Mayeu (Cast)" Date: Fri, 2 May 2014 20:03:59 +0200 Subject: [PATCH] Fix the "fun" snippet definition At line 96, the definition for the snippet "fun" was using spaces instead of tabs --- snippets/elixir.snippets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snippets/elixir.snippets b/snippets/elixir.snippets index bd84cd9..303c29e 100644 --- a/snippets/elixir.snippets +++ b/snippets/elixir.snippets @@ -93,9 +93,9 @@ snippet fn fn(${1:args}) -> ${0} end snippet fun - function do - ${0} - end + function do + ${0} + end snippet mdoc @moduledoc """