kicad: fix update script's indentation (#437227)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-01 01:26:53 +02:00
committed by GitHub
@@ -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