Skip to content

Commit

Permalink
fix(lint): should be written without leading space
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Feb 17, 2024
1 parent aa17ccf commit 80d4aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 80d4aac

Please sign in to comment.