Skip to content

Commit 633f2f8

Browse files
authored
detect-environment: formatted script with shfmt
1 parent bd319e4 commit 633f2f8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build-scripts/detect-environment

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -410,11 +410,11 @@ detect_environment
410410
env_diff="$(env | sort | diff env_before - | grep '^>' | sed 's/^> //')"
411411
unlink env_before
412412
if [ -n "$env_diff" ]; then
413-
echo
414-
echo
415-
echo "======= Changes to environment after sourcing this script ======="
416-
echo "$env_diff"
417-
echo "================================================================="
418-
echo
419-
echo
413+
echo
414+
echo
415+
echo "======= Changes to environment after sourcing this script ======="
416+
echo "$env_diff"
417+
echo "================================================================="
418+
echo
419+
echo
420420
fi

0 commit comments

Comments
 (0)