Skip to content

Commit 79541e7

Browse files
author
Stefano Torresi
committed
fmt fixes
1 parent 30a01e6 commit 79541e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ha_cluster_exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func (SystemClock) Now() time.Time {
2727
}
2828

2929
type DefaultCollector struct {
30-
subsystem string
30+
subsystem string
3131
descriptors map[string]*prometheus.Desc
3232
}
3333

sbd_metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func NewSbdCollector(sbdPath string, sbdConfigPath string) (*sbdCollector, error
2626
return nil, errors.Errorf("could not initialize SBD collector: '%s' does not exist", sbdConfigPath)
2727
}
2828

29-
collector := &sbdCollector{
29+
collector := &sbdCollector{
3030
DefaultCollector{
3131
subsystem: "sbd",
3232
},

0 commit comments

Comments
 (0)