Files
submanager/scripts/fix.sh

9 lines
110 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
echo "==> Formatting code"
dart format .
echo "Formatting complete."