Skip to content

Commit 4325cc5

Browse files
committed
dev: Linting issue
1 parent 7b5b5a1 commit 4325cc5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/webmiddleware/hsts_headers_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,8 @@ func TestHSTSHeaders(t *testing.T) {
5353
handler := m(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
5454
w.WriteHeader(http.StatusOK)
5555
}))
56-
5756
handler.ServeHTTP(rec, req)
5857

5958
a.So(rec.Header().Get("Strict-Transport-Security"), assertions.ShouldBeEmpty)
6059
})
61-
6260
}

0 commit comments

Comments
 (0)