Skip to content

Commit

Permalink
Fix missing and operator in githooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Oct 17, 2023
1 parent 87d9bf7 commit 0677b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ make fmt-ci && \
make test && \
make test-mutex && \
make test-mutex-guard && \
make clippy \
make clippy && \
make check-typos \
|| exit 1

0 comments on commit 0677b56

Please sign in to comment.