Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed May 29, 2024
1 parent 8df64ac commit 386982f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axiom/datasets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ func TestDatasetsService_Delete(t *testing.T) {
}

func TestDatasetsService_Trim(t *testing.T) {
hf := func(w http.ResponseWriter, r *http.Request) {
hf := func(_ http.ResponseWriter, r *http.Request) {
assert.Equal(t, http.MethodPost, r.Method)
}

Expand Down

0 comments on commit 386982f

Please sign in to comment.