#!/usr/bin/env bash
#
# This script is used to format every package.
#

set -e

bin/for_each "Formatting" cargo fmt
