goimports

This commit is contained in:
Neil Alexander 2021-02-06 08:59:46 +00:00
parent ccf700f5c6
commit f14ea0871b
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -106,7 +106,7 @@ func (r *Inputer) updateMembership(
// immediately, unless it's a Join update (e.g. profile update).
return updates, nil
}
// In an ideal world, we shouldn't ever have "add" be nil and "remove" be
// set, as this implies that we're deleting a state event without replacing
// it (a thing that ordinarily shouldn't happen in Matrix). However, state