Skip to content

Commit 9102494

Browse files
committed
fix pre-commit
1 parent 6b7bbcd commit 9102494

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
@@ -3,7 +3,7 @@ repos:
33
rev: v12.0.1
44
hooks:
55
- id: clang-format
6-
args: [--style=Google]
6+
args: [-i, --style=Google]
77
- repo: https://github.com/pre-commit/pre-commit-hooks
88
rev: v2.3.0
99
hooks:

0 commit comments

Comments
 (0)