Skip to content

Commit 80d4aac

Browse files
committed
fix(lint): should be written without leading space
1 parent aa17ccf commit 80d4aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/stretchr/testify/assert"
1515
)
1616

17-
// nolint:unparam
17+
//nolint:unparam
1818
func performRequest(r http.Handler, method, path string) *httptest.ResponseRecorder {
1919
req, _ := http.NewRequestWithContext(context.Background(), method, path, nil)
2020
w := httptest.NewRecorder()

0 commit comments

Comments
 (0)