remove trailing empty lines per linter (#5526)

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver
2022-07-19 15:26:17 -04:00
committed by GitHub
parent edbe02c0f9
commit 11059dd855
2 changed files with 0 additions and 2 deletions

View File

@@ -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{}) {

View File

@@ -65,7 +65,6 @@ func testListenersCalled(t *testing.T, listenerNames []string, outputs []string)
t.Errorf("DeregsiterListener Error %s", err)
}
}
}
type mockListener struct {