Skip to content

Commit 8befae0

Browse files
committed
fix format error
1 parent 1c059a1 commit 8befae0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openstack/scm/v3/certificates/requests.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package certificates
22

33
import (
4-
"github.com/huaweicloud/golangsdk"
54
"strings"
5+
6+
"github.com/huaweicloud/golangsdk"
67
)
78

89
// ImportOptsBuilder is the interface options structs have to satisfy in order

0 commit comments

Comments
 (0)