Fix some whitespace

This commit is contained in:
Mark Haines 2017-02-21 13:51:37 +00:00
parent f70d0d4819
commit bab6ee4a9f
2 changed files with 8 additions and 8 deletions

View file

@ -138,7 +138,7 @@ type RoomRecentEventsUpdater interface {
// Check whether the eventReference is already referenced by another matrix event.
IsReferenced(eventReference gomatrixserverlib.EventReference) (bool, error)
// Set the list of latest events for the room.
// This replaces the current list stored in the database with the given list.
// This replaces the current list stored in the database with the given list
SetLatestEvents(roomNID RoomNID, latest []StateAtEventAndReference) error
// Commit the transaction
Commit() error