Skip to content

Commit 1ec974a

Browse files
authored
Fix the format of .clang-tidy (#3233)
1 parent a94edca commit 1ec974a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clang-tidy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ HeaderFilterRegex: ''
55
FormatStyle: 'none'
66
CheckOptions:
77
- key: modernize-pass-by-value.ValuesOnly
8-
value: '1',
8+
value: '1'
99
- key: readability-implicit-bool-conversion.AllowPointerConditions
10-
value: '1',
10+
value: '1'
1111
- key: readability-implicit-bool-conversion.AllowIntegerConditions
1212
value: '1'
1313

0 commit comments

Comments
 (0)