Skip to content

Commit 9f7fe08

Browse files
committed
shfmt
1 parent afd090d commit 9f7fe08

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

site/e2e/server/run_with_forward.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ workspace=${1:-}
55
port=${2:-3000}
66

77
if [[ -z "${workspace}" ]]; then
8-
echo "Usage: $0 <workspace> [port]"
9-
exit 1
8+
echo "Usage: $0 <workspace> [port]"
9+
exit 1
1010
fi
1111

1212
# Go to site.
@@ -36,11 +36,11 @@ rm "$playwright_out"
3636

3737
echo "Waiting for Playwright to start..."
3838
read -r ws_endpoint <&3
39-
if [[ ${ws_endpoint} != ws://* ]]; then
40-
echo "Playwright failed to start."
41-
echo "${ws_endpoint}"
42-
cat "$playwright_out"
43-
exit 1
39+
if [[ ${ws_endpoint} != ws://* ]]; then
40+
echo "Playwright failed to start."
41+
echo "${ws_endpoint}"
42+
cat "$playwright_out"
43+
exit 1
4444
fi
4545
echo "Playwright started at ${ws_endpoint}"
4646

0 commit comments

Comments
 (0)