app/vmselect/netstorage: make linter happy

Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
This commit is contained in:
Zakhar Bessarab 2025-01-27 20:38:00 +04:00
parent ac602476dc
commit 5af6b108e0
No known key found for this signature in database
GPG key ID: 932B34D6FE062023

View file

@ -117,7 +117,6 @@ func (app *Vmselect) PrometheusAPIV1Series(t *testing.T, matchQuery string, opts
return NewPrometheusAPIV1SeriesResponse(t, res)
}
// PrometheusAPIV1Labels sends a query to a /prometheus/api/v1/labels endpoint
// and returns the list of label names.
//