From fa3ca3ef72d5f6d4f4ac99d8d73fa08b602bd2f5 Mon Sep 17 00:00:00 2001 From: Noah Betzen Date: Thu, 16 Aug 2018 20:25:19 -0600 Subject: [PATCH] Update language-elixir.cson Duplicate key 'spawn' --- snippets/language-elixir.cson | 3 --- 1 file changed, 3 deletions(-) diff --git a/snippets/language-elixir.cson b/snippets/language-elixir.cson index 0fd1c87..f1e0180 100644 --- a/snippets/language-elixir.cson +++ b/snippets/language-elixir.cson @@ -36,9 +36,6 @@ 'prefix' : 'spawn' 'body': 'spawn(fn ->\n\t$1\nend)' 'spawn_link' : - 'prefix' : 'spawn' - 'body': 'spawn(fn ->\n\t$1\nend)' - 'spawn' : 'prefix' : 'spawn' 'body': 'spawn_link(fn ->\n\t$1\nend)' 'Agent start' :