summaryrefslogtreecommitdiffstats
path: root/common/loggers
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2023-03-10 20:18:41 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-03-12 10:32:29 +0100
commitd55af2abf0548e627998d3905cfdec5b7b8f7ec3 (patch)
tree1d5a8ce9decb09badff02a2b942886831d1783e2 /common/loggers
parentb6f44aaf1a5b80943e553bda2282d971e00e3d48 (diff)
Run gofmt -s on source files
Diffstat (limited to 'common/loggers')
-rw-r--r--common/loggers/loggers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/loggers/loggers.go b/common/loggers/loggers.go
index 2c331352a..824fe18bd 100644
--- a/common/loggers/loggers.go
+++ b/common/loggers/loggers.go
@@ -204,7 +204,7 @@ func (l *logger) Reset() {
}
}
-// NewLogger creates a new Logger for the given thresholds
+// NewLogger creates a new Logger for the given thresholds
func NewLogger(stdoutThreshold, logThreshold jww.Threshold, outHandle, logHandle io.Writer, saveErrors bool) Logger {
return newLogger(stdoutThreshold, logThreshold, outHandle, logHandle, saveErrors)
}