fixed lint error

This commit is contained in:
Andreas Cymbal 2025-12-15 18:23:49 +01:00
parent 394a496b48
commit 49ca63d974

View file

@ -341,7 +341,7 @@ type vector interface {
}
type prometheusState struct {
vectors []vector
vectors []vector
tlsCertsGaugeVec *stdprometheus.GaugeVec
mtx sync.Mutex