#!/usr/bin/env bash

# Exit immediately if any command returns non-zero exit status.
set -e

cargo fmt --all --check
