Update sh.snippets

This commit is contained in:
Gert 2015-03-24 22:32:26 +01:00
parent 5fed02a017
commit 984e63a7ee

View File

@ -92,4 +92,3 @@ snippet fun
function ${1:function_name}() { function ${1:function_name}() {
${0:#function_body} ${0:#function_body}
} }