Skip to content

Commit b3d964b

Browse files
committed
Fixed clippy errors
1 parent 01e4fa9 commit b3d964b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.githooks/pre-commit

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
echo "Pre-commit hook is running!" >&2
4+
35
# Auto-formatting code
46
cargo fmt -- --check
57
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)