Skip to content

Commit 262356d

Browse files
committed
Tidy up imports
Remove blank spaces between imports Signed-off-by: Hariharan <[email protected]>
1 parent 1304fb3 commit 262356d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/utils/podman.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ import (
99
"os/exec"
1010
"strings"
1111

12+
"github.com/containers/podman/v5/pkg/bindings"
1213
"github.com/containers/podman/v5/pkg/bindings/images"
1314
"github.com/containers/podman/v5/pkg/domain/entities/types"
14-
15-
"github.com/containers/podman/v5/pkg/bindings"
1615
"github.com/containers/podman/v5/pkg/machine"
1716
"github.com/containers/podman/v5/pkg/machine/define"
1817
"github.com/containers/podman/v5/pkg/machine/env"

0 commit comments

Comments
 (0)