Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DRuggeri committed May 25, 2020
1 parent 9b1ba94 commit f1b7f87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions collectors/lease_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
)

type leaseCollector struct {
activeDesc *prometheus.Desc
info *dhcpdleasesreader.DhcpdInfo
activeDesc *prometheus.Desc
info *dhcpdleasesreader.DhcpdInfo

scrapesTotalMetric prometheus.Counter
scrapeErrorsTotalMetric prometheus.Counter
Expand Down Expand Up @@ -57,8 +57,8 @@ func NewLeaseCollector(namespace string, info *dhcpdleasesreader.DhcpdInfo) *lea
)

return &leaseCollector{
activeDesc: activeDesc,
info: info,
activeDesc: activeDesc,
info: info,

scrapesTotalMetric: scrapesTotalMetric,
scrapeErrorsTotalMetric: scrapeErrorsTotalMetric,
Expand Down

0 comments on commit f1b7f87

Please sign in to comment.