Skip to content

Commit cc3b662

Browse files
lint
1 parent e165ad9 commit cc3b662

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

monitor/prom/metrics.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ const (
2323
)
2424

2525
type Metrics struct {
26-
labels prometheus.Labels
27-
registry *prometheus.Registry
28-
info *prometheus.GaugeVec
26+
labels prometheus.Labels
27+
registry *prometheus.Registry
28+
info *prometheus.GaugeVec
2929
resticInfo *prometheus.GaugeVec
30-
backup BackupMetrics
30+
backup BackupMetrics
3131
}
3232

3333
func NewMetrics(profile, group, version string, resticversion string, configLabels map[string]string) *Metrics {

0 commit comments

Comments
 (0)