style(MSC4277): Run lints to satisfy checks

This commit is contained in:
nexy7574
2025-08-05 21:06:50 +01:00
committed by nex
parent 2046b1e2f6
commit 7ad8ff2e45
+1 -2
View File
@@ -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_client_ip::InsecureClientIp;
@@ -12,7 +12,6 @@ use ruma::{
room::{report_content, report_room},
},
events::{Mentions, room::message::RoomMessageEventContent},
int,
};
use tokio::time::sleep;