Fix format of StdoutSink

This commit is contained in:
Thomas Roehl 2021-03-26 17:08:00 +01:00
parent 913c3719a9
commit fe87b2c7cb

View File

@ -2,9 +2,9 @@ package sinks
import (
"fmt"
"time"
"strings"
"math"
"strings"
"time"
)
type StdoutSink struct {