Skip to content

Commit

Permalink
Satisfy the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
piepmatz committed Jan 16, 2024
1 parent c8aef1b commit 441a5ef
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions api/v1alpha1/ionoscloudmachine_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ package v1alpha1

import (
"context"
corev1 "k8s.io/api/core/v1"
"sigs.k8s.io/cluster-api/util/conditions"

"github.com/ionos-cloud/cluster-api-provider-ionoscloud/internal/util/ptr"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"sigs.k8s.io/cluster-api/util/conditions"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/ionos-cloud/cluster-api-provider-ionoscloud/internal/util/ptr"
)

func defaultMachine() *IonosCloudMachine {
Expand Down

0 comments on commit 441a5ef

Please sign in to comment.