Skip to content

Commit 447779d

Browse files
committed
whitespace
1 parent d088eba commit 447779d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-spidermonkey.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
BIN=.spidermonkey/spidermonkey.wasm
55
if [ ! -f ${BIN} ]; then
66
URL=https://registry-cdn.wapm.io/contents/mozilla/spidermonkey/0.0.1/build/spidermonkey.wasm
7-
mkdir -p .spidermonkey
7+
mkdir -p .spidermonkey
88
curl -L -o ${BIN} ${URL}
99
fi
1010
OUT=$(mktemp)

0 commit comments

Comments
 (0)