mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 23:03:10 -06:00
Spell lint correctly
This commit is contained in:
parent
a659d9ee3d
commit
80076bb440
|
|
@ -22,7 +22,7 @@ func rollback(txn *sql.Tx) {
|
|||
if txn == nil {
|
||||
return
|
||||
}
|
||||
txn.Rollback() // noline: errcheck
|
||||
txn.Rollback() // nolint: errcheck
|
||||
}
|
||||
|
||||
func NewLatestEventsUpdater(ctx context.Context, d *Database, txn *sql.Tx, roomInfo types.RoomInfo) (*LatestEventsUpdater, error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue