Skip to content

Commit 3a0b029

Browse files
authored
snippet(cc): fori: remove extra curly brace
1 parent c1384cc commit 3a0b029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc-mode/fori

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# key: fori
44
# uuid: fori
55
# --
6-
for (${1:int} ${2:i} = 0; $2 < ${3:length}; $2++}) {
6+
for (${1:int} ${2:i} = 0; $2 < ${3:length}; $2++) {
77
`%`$0
88
}

0 commit comments

Comments
 (0)