]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm-remote/log/logger.go
sync: go fmt
[safcm/safcm.git] / cmd / safcm-remote / log / logger.go
index b9fbcf36a03d4f8074a5c932528004973bb41050..f358b75af7bad9cf35f47c4a1abd1a28c2311483 100644 (file)
@@ -27,12 +27,12 @@ import (
 type LogFunc func(level safcm.LogLevel, msg string)
 
 type Logger struct {
-       fun    LogFunc
+       fun LogFunc
 }
 
 func NewLogger(fun LogFunc) *Logger {
        return &Logger{
-               fun:    fun,
+               fun: fun,
        }
 }