Skip to content

Commit 48647e5

Browse files
committed
Merge pull request #2 from gratzc/patch-1
Removed unneeded }, causing problems
2 parents 01a5454 + 3213f6d commit 48647e5

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)