mirror of
https://github.com/traefik/traefik.git
synced 2026-02-03 20:39:51 -05:00
fixed lint error
This commit is contained in:
parent
394a496b48
commit
49ca63d974
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ type vector interface {
|
|||
}
|
||||
|
||||
type prometheusState struct {
|
||||
vectors []vector
|
||||
vectors []vector
|
||||
tlsCertsGaugeVec *stdprometheus.GaugeVec
|
||||
|
||||
mtx sync.Mutex
|
||||
|
|
|
|||
Loading…
Reference in a new issue