refactor: fix warnings
This commit is contained in:
parent
ee8e72f7a8
commit
8c90e7adfb
4 changed files with 24 additions and 37 deletions
|
@ -1,7 +1,7 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use crate::Result;
|
||||
use ruma::{DeviceId, UserId, identifiers::TransactionId};
|
||||
use ruma::{identifiers::TransactionId, DeviceId, UserId};
|
||||
|
||||
use super::abstraction::Tree;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue