Skip to content

Commit 6bf0288

Browse files
author
Gueunet Charles
committed
Add coma at the end of lambda snippets
1 parent ff5d341 commit 6bf0288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/cpp.snippets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ snippet itera
146146
## Lambdas
147147
# lamda (one line)
148148
snippet ld
149-
[${1}](${2}){${3}}
149+
[${1}](${2}){${3}};
150150
# lambda (multi-line)
151151
snippet lld
152152
[${1}](${2}){
153153
${3}
154-
}
154+
};

0 commit comments

Comments
 (0)