Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 99df98d

Browse files
committed
Fix parse error
1 parent 2f851b8 commit 99df98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Checks: "bugprone-use-after-move,\
33
clang-analyzer-*,\
44
clang-diagnostic-*,\
55
google-objc-*,\
6-
google-explicit-constructor" \
6+
google-explicit-constructor \
77
modernize-use-default-member-init,\
88
readability-identifier-naming,\
99
-google-objc-global-variable-declaration,\

0 commit comments

Comments
 (0)