kicad: fix update script's indentation

This fixes the update scripts indentation so when @r-ryantm auto updates
it won't get stuck on formatting issues.
This commit is contained in:
Emil Fresk
2025-08-26 21:21:53 +02:00
parent ec03c7dde9
commit a75f042e3a
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p coreutils git nix curl jq
#!nix-shell -i bash -p coreutils git nix curl jq nixfmt-tree
# shellcheck shell=bash enable=all
set -e
@@ -226,6 +226,7 @@ if grep '""' "${tmp}"; then
fi
mv "${tmp}" "${file}"
treefmt "${file}"
printf "\nFinished\nMoved output to %s\n\n" "${file}" >&2