#!/usr/bin/env bash
set -eou pipefail

echo '--- Formatting'
cargo fmt -- --check
