pre-commit 78 B

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