Skip to content

Commit 3213f6d

Browse files
committed
Removed unneeded }, causing problems
1 parent 01a5454 commit 3213f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handler_snippets/action.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* ${1:index}
55
*/
6-
any function ${1:index}(event,rc,prc)}{
6+
any function ${1:index}(event,rc,prc){
77
${0}
88
event.setView("${TM_FILENAME/\.cfm//}/${1}");
99
}

0 commit comments

Comments
 (0)