Skip to content

Commit 9a3bd3b

Browse files
Fix whitespace in docker-env files
Remove unnecessary blank lines that were accidentally introduced when removing podman detection logic.
1 parent 64b0b82 commit 9a3bd3b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cmd/minikube/cmd/docker-env.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ docker-cli install instructions: https://minikube.sigs.k8s.io/docs/tutorials/doc
382382
sshAgentPID: co.Config.SSHAgentPID,
383383
}
384384

385-
386385
dockerPath, err := exec.LookPath("docker")
387386
if err != nil {
388387
klog.Warningf("Unable to find docker in path - skipping connectivity check: %v", err)

cmd/minikube/cmd/docker-env_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ SSH_AGENT_PID: "29228"
429429
}
430430
for _, tc := range tests {
431431
t.Run(tc.config.profile, func(t *testing.T) {
432-
433432
tc.config.EnvConfig.Shell = tc.shell
434433
// set global variable
435434
outputFormat = tc.output

0 commit comments

Comments
 (0)