Skip to content

Commit 77fff8a

Browse files
committed
Add missing comma
1 parent df59233 commit 77fff8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-tidy

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ CheckOptions:
6060
- { key: readability-identifier-naming.CheckAnonFieldInParent, value: true }
6161
- { key: readability-identifier-naming.ClassCase, value: lower_case }
6262
- { key: readability-identifier-naming.ClassConstantCase, value: lower_case }
63-
- { key: readability-identifier-naming.ClassConstantSuffix value: _ }
63+
- { key: readability-identifier-naming.ClassConstantSuffix, value: _ }
6464
- { key: readability-identifier-naming.ClassMemberCase, value: lower_case }
6565
- { key: readability-identifier-naming.ClassMemberSuffix, value: _ }
6666
- { key: readability-identifier-naming.ClassMethodCase, value: lower_case }

0 commit comments

Comments
 (0)