Skip to content

Commit 2a33573

Browse files
committed
power_test: goimports
1 parent cd9f628 commit 2a33573

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/service/vmservice/power_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ import (
2020
"context"
2121
"testing"
2222

23-
infrav1alpha1 "github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1"
2423
"github.com/stretchr/testify/require"
24+
25+
infrav1alpha1 "github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1"
2526
)
2627

2728
func TestReconcilePowerState_MissingIPAddress(t *testing.T) {

0 commit comments

Comments
 (0)