Apply suggestion to internal/store/event_loop.go

This commit is contained in:
James Houlahan 2020-04-15 13:41:46 +00:00 committed by Jakub Cuth
parent 0998c67f20
commit d1e63254f2
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ func (loop *eventLoop) processMessages(eventLog *logrus.Entry, messages []*pmapi
if message.Updated == nil {
msgLog.Errorf("Got EventUpdate(Flags) with nil message")
break
return errors.Wrap(err, "missing update information")
}
var msg *pmapi.Message