Skip to content

Commit 20f9f07

Browse files
committed
correct trailing whitespace
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 32cb359 commit 20f9f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/setup-environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
1111
# Since matrix variables are readonly in Azure Pipelines, we take
1212
# INITIAL_RUST_CONFIGURE_ARGS and establish RUST_CONFIGURE_ARGS
1313
# which downstream steps can alter
14-
# MacOS ships with Bash 3.16, which means we cannot use
14+
# MacOS ships with Bash 3.16, which means we cannot use
1515
# if [[ -v FOO ]], as that was introduced in Bash 4.2
1616
if [[ -z "${INITIAL_RUST_CONFIGURE_ARGS+x}" ]]; then
1717
INITIAL_RUST_CONFIG=""

0 commit comments

Comments
 (0)