mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2025-07-26 14:46:12 +02:00
Restructure and Cleanup
Compiles
This commit is contained in:
@@ -41,7 +41,7 @@ func (l *Level) debugDump(m *MemoryStore, w *bufio.Writer, lvlname string, buf [
|
||||
depth += 1
|
||||
objitems := 0
|
||||
for name, mc := range m.Metrics {
|
||||
if b := l.metrics[mc.offset]; b != nil {
|
||||
if b := l.metrics[mc.Offset]; b != nil {
|
||||
for i := 0; i < depth; i++ {
|
||||
buf = append(buf, '\t')
|
||||
}
|
||||
|
Reference in New Issue
Block a user