Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
lubedacht committed Jul 11, 2024
1 parent 182546b commit e1cef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/ionoscloudloadbalancer_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
exampleDatacenterID = "fe3b4e3d-3b0e-4e6c-9e3e-4f3c9e3e4f3c"
)

var exampleEndpoint clusterv1.APIEndpoint = clusterv1.APIEndpoint{
var exampleEndpoint = clusterv1.APIEndpoint{
Host: "example.com",
Port: 6443,
}
Expand Down

0 comments on commit e1cef3a

Please sign in to comment.