mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-04-07 00:17:29 +02:00
Format with gofumpt
This commit is contained in:
@@ -20,7 +20,6 @@ import (
|
||||
|
||||
// Map of all available metric collectors
|
||||
var AvailableCollectors = map[string]MetricCollector{
|
||||
|
||||
"likwid": new(LikwidCollector),
|
||||
"loadavg": new(LoadavgCollector),
|
||||
"memstat": new(MemstatCollector),
|
||||
|
||||
Reference in New Issue
Block a user