Remove nolint

This commit is contained in:
Neil Alexander 2020-10-22 10:08:32 +01:00
parent 246fbf10a4
commit 42438d9451
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -114,7 +114,6 @@ type latestEventsUpdater struct {
newStateNID types.StateSnapshotNID
}
// nolint:gocyclo
func (u *latestEventsUpdater) doUpdateLatestEvents() error {
u.lastEventIDSent = u.updater.LastEventIDSent()