diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-01-02 15:15:21 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-02 15:27:58 +0000 |
| commit | 5cdbe12ef7ec1ee2d99c5430924aab23c0fea503 (patch) | |
| tree | 58f2b79f952a7feaa507eb015eab4a1eb253ab70 /syz-cluster/dashboard | |
| parent | a10c0112aec1525f7ca5f74716fc5f0552e2d05e (diff) | |
all: remove unused nolint directives
Diffstat (limited to 'syz-cluster/dashboard')
| -rw-r--r-- | syz-cluster/dashboard/handler.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/syz-cluster/dashboard/handler.go b/syz-cluster/dashboard/handler.go index 537e54136..d8ebd7c61 100644 --- a/syz-cluster/dashboard/handler.go +++ b/syz-cluster/dashboard/handler.go @@ -302,7 +302,6 @@ func (h *dashboardHandler) patchContent(w http.ResponseWriter, r *http.Request) return h.streamBlob(w, patch.BodyURI) } -// nolint:dupl func (h *dashboardHandler) allPatches(w http.ResponseWriter, r *http.Request) error { ctx := r.Context() series, err := h.seriesRepo.GetByID(ctx, r.PathValue("id")) |
