mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-12-25 23:19:06 +01:00
Fix format of StdoutSink
This commit is contained in:
parent
913c3719a9
commit
fe87b2c7cb
@ -2,9 +2,9 @@ package sinks
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
"strings"
|
||||
"math"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
type StdoutSink struct {
|
||||
|
Loading…
Reference in New Issue
Block a user