Merge pull request #27519 from Luap99/gofumpt

fix gofumpt issues on main
This commit is contained in:
openshift-merge-bot[bot]
2025-11-12 16:26:52 +00:00
committed by GitHub
3 changed files with 3 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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