pre-commit 68 B

12345
  1. #!/bin/sh
  2. set -e
  3. echo 'running rust-fmt'
  4. cargo fmt --all -- --check