#!/bin/bash

set -e  # Exit on error

make format

echo "Formatting complete!"
