Skip to content

Commit 211552a

Browse files
Fix whitespace for code style consistency
Co-authored-by: camilamacedo86 <[email protected]>
1 parent a30c428 commit 211552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function check_docker {
2626
echo "Visit https://docs.docker.com/get-docker/ for installation instructions." >&2
2727
exit 1
2828
fi
29-
29+
3030
if ! docker info &>/dev/null; then
3131
echo "Error: Docker daemon is not running. Please start Docker to run e2e tests." >&2
3232
echo "Make sure Docker Desktop is running or start the Docker daemon." >&2

0 commit comments

Comments
 (0)