Skip to content

Commit 0ecc5a1

Browse files
Remove blank line for consistency with existing code style
Co-authored-by: camilamacedo86 <[email protected]>
1 parent 211552a commit 0ecc5a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/setup.sh

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

0 commit comments

Comments
 (0)