More linting

This commit is contained in:
Kegan Dougal 2020-04-30 19:28:51 +01:00
parent 5cbcfe6f4f
commit 1fd03c6eab

View file

@ -330,8 +330,7 @@ func (d *SyncServerDatasource) GetEventsInRange(
return return
} }
} }
return events, err
return
} }
// SyncPosition returns the latest positions for syncing. // SyncPosition returns the latest positions for syncing.