#!/bin/bash

set -e -x;

cargo fmt --all -- --check
