style: fmt code

pull/36/head
kha7iq 4 years ago
parent 14f5a03201
commit 0e2992e4aa

@ -54,9 +54,7 @@ type HTTPClient interface {
Do(req *http.Request) (*http.Response, error)
}
var (
Client HTTPClient
)
var Client HTTPClient
func initialize() {
Client = &http.Client{

@ -39,9 +39,7 @@ type HTTPClient interface {
Do(req *http.Request) (*http.Response, error)
}
var (
Client HTTPClient
)
var Client HTTPClient
func initialize() {
Client = &http.Client{

Loading…
Cancel
Save