fix(lint): should be written without leading space
This commit is contained in:
parent
aa17ccf831
commit
80d4aac2c6
|
@ -14,7 +14,7 @@ import (
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
// nolint:unparam
|
//nolint:unparam
|
||||||
func performRequest(r http.Handler, method, path string) *httptest.ResponseRecorder {
|
func performRequest(r http.Handler, method, path string) *httptest.ResponseRecorder {
|
||||||
req, _ := http.NewRequestWithContext(context.Background(), method, path, nil)
|
req, _ := http.NewRequestWithContext(context.Background(), method, path, nil)
|
||||||
w := httptest.NewRecorder()
|
w := httptest.NewRecorder()
|
||||||
|
|
Loading…
Reference in New Issue