Skip to content

Commit 75ab67f

Browse files
committed
Fix lint errors
1 parent 328b54e commit 75ab67f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

rocketpool/node/collectors/version-update-collector.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,14 @@ const (
2323
// VersionUpdateCollector exposes whether a newer Smart Node release is available.
2424
type VersionUpdateCollector struct {
2525
versionUpdate *prometheus.Desc
26-
current string
27-
latestURL string
28-
client *http.Client
29-
logf func(string, ...interface{})
26+
current string
27+
latestURL string
28+
client *http.Client
29+
logf func(string, ...interface{})
3030

3131
mu sync.Mutex
3232
updateAvailable float64
3333
latestVersion string
34-
lastChecked time.Time
3534
}
3635

3736
type githubReleaseResponse struct {

0 commit comments

Comments
 (0)