Skip to content

Commit a91a73e

Browse files
committed
linter: Fix missing comma
Reported by Semmle's LGTM (https://lgtm.com/projects/g/diffblue/cbmc/alerts/?mode=list).
1 parent 370be28 commit a91a73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cpplint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
'readability/constructors',
223223
'readability/dowhile',
224224
'readability/fn_size',
225-
'readability/function_comment'
225+
'readability/function_comment',
226226
'readability/identifier_spacing',
227227
'readability/identifiers',
228228
'readability/inheritance',

0 commit comments

Comments
 (0)