Skip to content

Commit f1b7f87

Browse files
committed
go fmt
1 parent 9b1ba94 commit f1b7f87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

collectors/lease_collector.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
)
88

99
type leaseCollector struct {
10-
activeDesc *prometheus.Desc
11-
info *dhcpdleasesreader.DhcpdInfo
10+
activeDesc *prometheus.Desc
11+
info *dhcpdleasesreader.DhcpdInfo
1212

1313
scrapesTotalMetric prometheus.Counter
1414
scrapeErrorsTotalMetric prometheus.Counter
@@ -57,8 +57,8 @@ func NewLeaseCollector(namespace string, info *dhcpdleasesreader.DhcpdInfo) *lea
5757
)
5858

5959
return &leaseCollector{
60-
activeDesc: activeDesc,
61-
info: info,
60+
activeDesc: activeDesc,
61+
info: info,
6262

6363
scrapesTotalMetric: scrapesTotalMetric,
6464
scrapeErrorsTotalMetric: scrapeErrorsTotalMetric,

0 commit comments

Comments
 (0)