Skip to content

Commit eeb3063

Browse files
committed
chore: white space
1 parent bc89e01 commit eeb3063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-pussh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ forward_port() {
143143
local remote_port="$1"
144144
local local_port
145145
local output
146-
146+
147147
for _ in {1..10}; do
148148
local_port=$(random_port)
149149

@@ -157,7 +157,7 @@ forward_port() {
157157
echo "$local_port"
158158
return 0
159159
fi
160-
160+
161161
error "failed to forward local port $local_port to remote unregistry port 127.0.0.1:$remote_port: $output"
162162
done
163163

@@ -204,7 +204,7 @@ run_docker_desktop_tunnel() {
204204
error "failed to create a tunnel from Docker Desktop VM to localhost:$host_port:\n$output"
205205
fi
206206
done
207-
207+
208208
error "failed to create a tunnel from Docker Desktop VM to localhost:$host_port:\n$output"
209209
}
210210

0 commit comments

Comments
 (0)