remove vim command artefact

This commit is contained in:
exterr2f 2025-02-19 08:30:13 +01:00
parent 6845098fec
commit e7b63a4ff4

View File

@ -115,7 +115,7 @@ func (m *NUMAStatsCollector) Read(interval time.Duration, output chan lp.CCMessa
timeDiff := now.Sub(m.lastTimestamp).Seconds()
m.lastTimestamp = now
for i := range m.topology {i
for i := range m.topology {
// Loop for all NUMA domains
t := &m.topology[i]