Skip to content

Commit c28bef6

Browse files
MatteoGaetznerlpil
authored andcommitted
added a missing 'auto function' comment to the cpp.snippet file
1 parent be519f7 commit c28bef6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snippets/cpp.snippets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ snippet try
216216
}catch(${1}) {
217217

218218
}
219+
# auto function
219220
snippet af auto function
220221
auto ${1:name}(${2}) -> ${3:void}
221222
{

0 commit comments

Comments
 (0)