kicad: fix update script's indentation (#437227)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user