style: auto-format from pre-push hooks
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Oleks
2026-03-13 23:54:02 +02:00
parent 364fd4f610
commit 0392df4a7a
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
cat > $out/bin/hello-world <<'SCRIPT'
#!/bin/sh
echo "Hello, world!"
SCRIPT
SCRIPT
chmod +x $out/bin/hello-world
'';