mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-25 15:53:09 -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 {
|
if txn == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
txn.Rollback() // noline: errcheck
|
txn.Rollback() // nolint: errcheck
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewLatestEventsUpdater(ctx context.Context, d *Database, txn *sql.Tx, roomInfo types.RoomInfo) (*LatestEventsUpdater, error) {
|
func NewLatestEventsUpdater(ctx context.Context, d *Database, txn *sql.Tx, roomInfo types.RoomInfo) (*LatestEventsUpdater, error) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue