Skip to content

Commit bec11d4

Browse files
committed
fix pre-commit
1 parent dc34d2d commit bec11d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
rev: v14.0.4-1
66
hooks:
77
- id: clang-format
8-
args: ['-i', '--style={BasedOnStyle: Google, SortIncludes: false}']
8+
args: ['--style={BasedOnStyle: Google, SortIncludes: false}']
99
- repo: https://github.com/pre-commit/pre-commit-hooks
1010
rev: v4.3.0
1111
hooks:

0 commit comments

Comments
 (0)