mirror of
https://github.com/containers/podman.git
synced 2025-08-26 03:01:31 +08:00
golangci-lint pass number 2
clean up and prepare to migrate to the golangci-linter Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -17,7 +17,6 @@ func (e EventToNull) Read(options ReadOptions) error {
|
||||
// NewNullEventer returns a new null eventer. You should only do this for
|
||||
// the purposes on internal libpod testing.
|
||||
func NewNullEventer() Eventer {
|
||||
var e Eventer
|
||||
e = EventToNull{}
|
||||
e := EventToNull{}
|
||||
return e
|
||||
}
|
||||
|
Reference in New Issue
Block a user