Update function to remove duplicate field. (#189)

This commit is contained in:
Varun Patro 2017-05-01 03:56:17 -07:00 committed by Andrea Crotti
parent 3951c2e40f
commit 2643df40e8

View file

@ -2,6 +2,6 @@
# name: function
# key: f
# --
function${1: ${2:name}}(${3:arg}) {
function ${1:name}(${2:arg}) {
$0
}
}