diff --git a/cc-mode/fori b/cc-mode/fori index ca70495..826b858 100644 --- a/cc-mode/fori +++ b/cc-mode/fori @@ -3,6 +3,6 @@ # key: fori # uuid: fori # -- -for (${1:int} ${2:i} = 0; $2 < ${3:length}; $2++}) { +for (${1:int} ${2:i} = 0; $2 < ${3:length}; $2++) { `%`$0 } \ No newline at end of file