Appease gofmt

This commit is contained in:
Ruediger Pluem 2024-04-08 20:06:56 +02:00
parent db51d5f99c
commit 988bc86016

View File

@ -31,8 +31,8 @@ import (
"testing"
"time"
"golang.org/x/sys/unix"
"github.com/stretchr/testify/assert"
"golang.org/x/sys/unix"
utilexec "k8s.io/utils/exec"
testexec "k8s.io/utils/exec/testing"
)