Skip to content

Commit

Permalink
Fix lint issue in pkg/provisioner/ironic/client_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: mevrin <matthieu.evrin@gmail.com>
  • Loading branch information
lekaf974 committed Mar 7, 2024
1 parent b68e7c3 commit 800c4c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/provisioner/ironic/clients/client_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package clients

import (
"github.com/gophercloud/gophercloud/v2"
"reflect"
"testing"

"github.com/gophercloud/gophercloud/v2"
)

func TestIronicClient(t *testing.T) {
Expand Down

0 comments on commit 800c4c3

Please sign in to comment.