mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 16:21:24 +01:00
Update style edition to 2024
This commit is contained in:
parent
6e0152d4e5
commit
a4355fe8aa
121 changed files with 367 additions and 335 deletions
|
|
@ -1,10 +1,10 @@
|
|||
use ruma::{
|
||||
api::client::error::ErrorKind, OwnedRoomAliasId, OwnedRoomId, RoomAliasId,
|
||||
RoomId,
|
||||
OwnedRoomAliasId, OwnedRoomId, RoomAliasId, RoomId,
|
||||
api::client::error::ErrorKind,
|
||||
};
|
||||
|
||||
use crate::{
|
||||
database::KeyValueDatabase, service, services, utils, Error, Result,
|
||||
Error, Result, database::KeyValueDatabase, service, services, utils,
|
||||
};
|
||||
|
||||
impl service::rooms::alias::Data for KeyValueDatabase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue