fix(lint): should be written without leading space

This commit is contained in:
Bo-Yi Wu 2024-02-17 16:09:05 +08:00
parent aa17ccf831
commit 80d4aac2c6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
"github.com/stretchr/testify/assert"
)
// nolint:unparam
//nolint:unparam
func performRequest(r http.Handler, method, path string) *httptest.ResponseRecorder {
req, _ := http.NewRequestWithContext(context.Background(), method, path, nil)
w := httptest.NewRecorder()