mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
Merge pull request #27519 from Luap99/gofumpt
fix gofumpt issues on main
This commit is contained in:
@@ -4,9 +4,7 @@ import "os"
|
||||
|
||||
const podmanBinary = "../../../bin/darwin/podman"
|
||||
|
||||
var (
|
||||
fakeImagePath string = os.DevNull
|
||||
)
|
||||
var fakeImagePath string = os.DevNull
|
||||
|
||||
func (i *initMachine) withFakeImage(_ *machineTestBuilder) *initMachine {
|
||||
i.image = fakeImagePath
|
||||
|
||||
@@ -4,9 +4,7 @@ import "os"
|
||||
|
||||
const podmanBinary = "../../../bin/podman-remote"
|
||||
|
||||
var (
|
||||
fakeImagePath string = os.DevNull
|
||||
)
|
||||
var fakeImagePath string = os.DevNull
|
||||
|
||||
func (i *initMachine) withFakeImage(_ *machineTestBuilder) *initMachine {
|
||||
i.image = fakeImagePath
|
||||
|
||||
@@ -4,9 +4,7 @@ import "os"
|
||||
|
||||
const podmanBinary = "../../../bin/podman-remote"
|
||||
|
||||
var (
|
||||
fakeImagePath string = os.DevNull
|
||||
)
|
||||
var fakeImagePath string = os.DevNull
|
||||
|
||||
func (i *initMachine) withFakeImage(_ *machineTestBuilder) *initMachine {
|
||||
i.image = fakeImagePath
|
||||
|
||||
Reference in New Issue
Block a user