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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {