We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd7280 commit 7110599Copy full SHA for 7110599
1 file changed
snippets/elixir.json
@@ -79,7 +79,7 @@
79
"prefix": "defs",
80
"body": [
81
"@spec ${1:name}(${2:args}) :: ${3:no_return}",
82
- "def $1{4:args} do",
+ "def $1(${4:args}) do",
83
" $0",
84
"end"
85
]
0 commit comments