Skip to content

Commit 5528728

Browse files
committed
Run gofumports in the project
1 parent 1fa7026 commit 5528728

File tree

3 files changed

+195
-179
lines changed

3 files changed

+195
-179
lines changed

client/nginx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ func NewNginxClient(httpClient *http.Client, apiEndpoint string) (*NginxClient,
421421
return NewNginxClientWithVersion(httpClient, apiEndpoint, APIVersion)
422422
}
423423

424-
//NewNginxClientWithVersion creates an NginxClient with the given version of NGINX Plus API.
424+
// NewNginxClientWithVersion creates an NginxClient with the given version of NGINX Plus API.
425425
func NewNginxClientWithVersion(httpClient *http.Client, apiEndpoint string, version int) (*NginxClient, error) {
426426
if !versionSupported(version) {
427427
return nil, fmt.Errorf("API version %v is not supported by the client", version)

0 commit comments

Comments
 (0)