From 11059dd855d2644facd3afd0f46a14c70201d1c1 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 c1dda2cac..2dfe8155c 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 f050dad69..0df03b446 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 {