#!/bin/bash

set -e  # Exit on error

make tidy

echo "Tidy complete!"
