Commit 11059dd8 authored by Chris O'Haver's avatar Chris O'Haver Committed by GitHub

remove trailing empty lines per linter (#5526)

Signed-off-by: default avatarChris O'Haver <cohaver@infoblox.com>
parent edbe02c0
...@@ -82,7 +82,6 @@ func (ls *listeners) info(plugin string, v ...interface{}) { ...@@ -82,7 +82,6 @@ func (ls *listeners) info(plugin string, v ...interface{}) {
l.Info(plugin, v...) l.Info(plugin, v...)
} }
ls.RUnlock() ls.RUnlock()
} }
func (ls *listeners) infof(plugin string, format string, v ...interface{}) { func (ls *listeners) infof(plugin string, format string, v ...interface{}) {
......
...@@ -65,7 +65,6 @@ func testListenersCalled(t *testing.T, listenerNames []string, outputs []string) ...@@ -65,7 +65,6 @@ func testListenersCalled(t *testing.T, listenerNames []string, outputs []string)
t.Errorf("DeregsiterListener Error %s", err) t.Errorf("DeregsiterListener Error %s", err)
} }
} }
} }
type mockListener struct { type mockListener struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment