mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 14:32:50 +02:00
style(MSC4277): Run lints to satisfy checks
This commit is contained in:
parent
68f0980d35
commit
de275dc8e9
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
use std::{fmt::Write as _, ops::Mul, time::Duration};
|
use std::{fmt::Write as _, time::Duration};
|
||||||
|
|
||||||
use axum::extract::State;
|
use axum::extract::State;
|
||||||
use axum_client_ip::InsecureClientIp;
|
use axum_client_ip::InsecureClientIp;
|
||||||
|
@ -12,7 +12,6 @@ use ruma::{
|
||||||
room::{report_content, report_room},
|
room::{report_content, report_room},
|
||||||
},
|
},
|
||||||
events::{Mentions, room::message::RoomMessageEventContent},
|
events::{Mentions, room::message::RoomMessageEventContent},
|
||||||
int,
|
|
||||||
};
|
};
|
||||||
use tokio::time::sleep;
|
use tokio::time::sleep;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue