summaryrefslogtreecommitdiffstats
path: root/common/loggers/loggers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/loggers/loggers_test.go')
-rw-r--r--common/loggers/loggers_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/loggers/loggers_test.go b/common/loggers/loggers_test.go
index 7af3ca9da..0c0cc859b 100644
--- a/common/loggers/loggers_test.go
+++ b/common/loggers/loggers_test.go
@@ -31,7 +31,6 @@ func TestLogger(t *testing.T) {
l.Warnln("A warning")
c.Assert(l.LogCounters().ErrorCounter.Count(), qt.Equals, uint64(2))
-
}
func TestLoggerToWriterWithPrefix(t *testing.T) {