Skip to content

Commit b4d79c2

Browse files
committed
utils_test: goimports
1 parent 2a33573 commit b4d79c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/service/vmservice/utils_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ package vmservice
1919
import (
2020
"testing"
2121

22-
infrav1alpha1 "github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1"
2322
"github.com/stretchr/testify/require"
2423
"k8s.io/utils/ptr"
24+
25+
infrav1alpha1 "github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1"
2526
)
2627

2728
func TestExtractUUID(t *testing.T) {

0 commit comments

Comments
 (0)