diff --git a/plugin/pkg/log/listener.go b/plugin/pkg/log/listener.go index c1dda2cac02..2dfe8155c1c 100644 --- a/plugin/pkg/log/listener.go +++ b/plugin/pkg/log/listener.go @@ -82,7 +82,6 @@ func (ls *listeners) info(plugin string, v ...interface{}) { l.Info(plugin, v...) } ls.RUnlock() - } func (ls *listeners) infof(plugin string, format string, v ...interface{}) { diff --git a/plugin/pkg/log/listener_test.go b/plugin/pkg/log/listener_test.go index f050dad6905..0df03b446c7 100644 --- a/plugin/pkg/log/listener_test.go +++ b/plugin/pkg/log/listener_test.go @@ -65,7 +65,6 @@ func testListenersCalled(t *testing.T, listenerNames []string, outputs []string) t.Errorf("DeregsiterListener Error %s", err) } } - } type mockListener struct {