summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/io/dlog/loggers/stdout.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/io/dlog/loggers/stdout.go b/internal/io/dlog/loggers/stdout.go
index ef30855..8c80725 100644
--- a/internal/io/dlog/loggers/stdout.go
+++ b/internal/io/dlog/loggers/stdout.go
@@ -69,4 +69,4 @@ func (s *stdout) Rotate() {
// This is empty because it isn't doing anything but has to satisfy the interface.
}
-func (stdout) SupportsColors() bool { return true }
+func (s *stdout) SupportsColors() bool { return true }