Format with gofumpt

This commit is contained in:
Holger Obermaier
2026-02-16 14:16:03 +01:00
parent 9bb21b807a
commit 539581f952
28 changed files with 294 additions and 310 deletions

View File

@@ -138,7 +138,7 @@ func (m *SchedstatCollector) Read(interval time.Duration, output chan lp.CCMessa
return
}
//timestamps
// timestamps
now := time.Now()
tsdelta := now.Sub(m.lastTimestamp)
@@ -166,7 +166,6 @@ func (m *SchedstatCollector) Read(interval time.Duration, output chan lp.CCMessa
}
m.lastTimestamp = now
}
// Close metric collector: close network connection, close files, close libraries, ...