remove trailing empty lines per linter (#5526)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
parent
edbe02c0f9
commit
11059dd855
2 changed files with 0 additions and 2 deletions
|
@ -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{}) {
|
||||
|
|
|
@ -65,7 +65,6 @@ func testListenersCalled(t *testing.T, listenerNames []string, outputs []string)
|
|||
t.Errorf("DeregsiterListener Error %s", err)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
type mockListener struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue