Skip to content

Commit

Permalink
Lint fixes, pt. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gfariasalves-ionos committed Jan 8, 2024
1 parent e9d9f83 commit a6f6217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/ionoscloudmachine_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
"net/http"

"github.com/go-logr/logr"
"github.com/ionos-cloud/cluster-api-provider-ionoscloud/pkg/scope"
sdk "github.com/ionos-cloud/sdk-go/v6"
apierrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/runtime"
Expand All @@ -38,6 +37,7 @@ import (

infrav1 "github.com/ionos-cloud/cluster-api-provider-ionoscloud/api/v1alpha1"
"github.com/ionos-cloud/cluster-api-provider-ionoscloud/internal/ionoscloud"
"github.com/ionos-cloud/cluster-api-provider-ionoscloud/pkg/scope"
)

// IonosCloudMachineReconciler reconciles a IonosCloudMachine object.
Expand Down

0 comments on commit a6f6217

Please sign in to comment.