Fix cargo format

This commit is contained in:
Roey Darwish Dror
2018-08-07 21:13:50 +03:00
parent 946515d176
commit b9e9fad1a0
2 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ set -ex
# TODO This is the "test phase", tweak it as you see fit
main() {
cargo fmt --all -- --write-mode=check
cargo fmt --all -- --check
cross build --target $TARGET
cross build --target $TARGET --release