buildPython hooks: format with shfmt

This commit is contained in:
Yueh-Shun Li
2024-10-08 07:42:21 +08:00
parent 7ba9e4244b
commit 57c2e5683d
14 changed files with 52 additions and 53 deletions
@@ -6,7 +6,7 @@ echo "Sourcing python-recompile-bytecode-hook.sh"
# Note this effectively duplicates `python-remove-bin-bytecode`, but long-term
# this hook should be removed again.
pythonRecompileBytecodePhase () {
pythonRecompileBytecodePhase() {
# TODO: consider other outputs than $out
items="$(find "$out" -name "@bytecodeName@")"