mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
fix CI: golangci-lint is broken on main
The merge of both 528739cef3d2 and 1b62e4543845 at the same time created a lint error on main. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -169,7 +169,7 @@ func (e EventJournalD) Read(ctx context.Context, options ReadOptions) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func newEventFromJournalEntry(entry *sdjournal.JournalEntry) (*Event, error) { //nolint
|
||||
func newEventFromJournalEntry(entry *sdjournal.JournalEntry) (*Event, error) {
|
||||
newEvent := Event{}
|
||||
eventType, err := StringToType(entry.Fields["PODMAN_TYPE"])
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user