Skip to content

Commit 833704a

Browse files
committed
style(compile): better consistency for indentation
1 parent 34ecf7e commit 833704a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ "$PHP_BUILDPACK_NO_NODE" != "true" ] ; then
2222
fi
2323

2424
if [ -n "$BUILDPACK_DEBUG" ]; then
25-
set -x
25+
set -x
2626
fi
2727

2828
BUILD_DIR="$1"

0 commit comments

Comments
 (0)