Skip to content

Commit 23bfa1b

Browse files
authored
Merge pull request #4613 from prometheus/superq/fixup
Fixup linting issue
2 parents ca9ed08 + fb78d1f commit 23bfa1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notify/pagerduty/pagerduty_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,6 @@ func TestPagerDutyTimeout(t *testing.T) {
518518

519519
for name, tt := range tests {
520520
t.Run(name, func(t *testing.T) {
521-
522521
srv := httptest.NewServer(http.HandlerFunc(
523522
func(w http.ResponseWriter, r *http.Request) {
524523
decoder := json.NewDecoder(r.Body)

0 commit comments

Comments
 (0)