Skip to content

Commit

Permalink
fix golangci-lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbekhen committed Dec 20, 2024
1 parent f0528ad commit 707cb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5859,7 +5859,7 @@ func Test_Ctx_Drop(t *testing.T) {
})

// Additional handler that just calls return
app.Get("/no-response", func(c Ctx) error {
app.Get("/no-response", func(_ Ctx) error {
return nil
})

Expand Down

0 comments on commit 707cb36

Please sign in to comment.