Linter again..

This commit is contained in:
Till Faelligen 2022-03-28 12:13:47 +02:00
parent c99e3aff1b
commit 2a18023a1a
3 changed files with 2 additions and 3 deletions

View file

@ -63,4 +63,3 @@ func AddPublicRoutes(
extRoomsProvider, mscCfg,
)
}

View file

@ -886,4 +886,4 @@ func (a *UserInternalAPI) UpdateServerNoticeRoomID(
res *api.UpdateServerNoticeRoomResponse,
) (err error) {
return a.DB.UpdateServerNoticeRoomID(ctx, req.Localpart, req.RoomID)
}
}

View file

@ -809,4 +809,4 @@ func (d *Database) UpdateServerNoticeRoomID(ctx context.Context, localpart, room
return d.Accounts.UpdateServerNoticeRoomID(ctx, txn, localpart, roomID)
})
return
}
}