Skip to content

Commit a32e5f3

Browse files
style(apiclient): goimports-ed
1 parent d348bcb commit a32e5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apiclient/apiclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func NewAPIClient() *APIClient {
130130
ua: "",
131131
logger: nil,
132132
roleSeparator: ":",
133-
client: &http.Client{},
133+
client: &http.Client{},
134134
}
135135
cl.UseLIVESystem()
136136
cl.SetDefaultLogger()

0 commit comments

Comments
 (0)