#!/bin/sh
set -e

echo '+cargo fmt --all -- --check'
cargo fmt --all -- --check
git add -u
