Added code formatting
This commit is contained in:
parent
68434ca75f
commit
e3f134a9bf
10 changed files with 40 additions and 52 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# This hook lints the code, and if we're on develop or master, also forces the tests to pass.
|
||||
cargo fmt -- --check
|
||||
|
||||
branch=`git rev-parse --abbrev-ref HEAD`
|
||||
|
||||
|
|
|
|||
Reference in a new issue