From b9c5b84200f7cab491af93ac9c37c272eb34c4cf Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Tue, 19 Jul 2022 15:26:17 -0400 Subject: [PATCH] remove trailing empty lines per linter (#5526) Signed-off-by: Chris O'Haver --- plugin/pkg/log/listener.go | 1 - plugin/pkg/log/listener_test.go | 1 - 2 files changed, 2 deletions(-) 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 {