Skip to content

Commit 7110599

Browse files
committed
fix(elixir): fixes def + spec 4th position
1 parent 6cd7280 commit 7110599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snippets/elixir.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"prefix": "defs",
8080
"body": [
8181
"@spec ${1:name}(${2:args}) :: ${3:no_return}",
82-
"def $1{4:args} do",
82+
"def $1(${4:args}) do",
8383
" $0",
8484
"end"
8585
]

0 commit comments

Comments
 (0)