Skip to content

Commit 1055399

Browse files
authored
Merge pull request diffblue#3176 from tautschnig/linter-fix
linter: Fix missing comma
2 parents 589e565 + a91a73e commit 1055399

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)