style(MSC4277): Run lints to satisfy checks

This commit is contained in:
nexy7574 2025-08-05 21:06:50 +01:00
commit de275dc8e9
No known key found for this signature in database

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::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;