style: Reformat

This commit is contained in:
timedout
2026-05-09 20:06:53 +01:00
parent 5d4b7bfea3
commit 3764faeefc
5 changed files with 50 additions and 44 deletions
@@ -1,13 +1,13 @@
use std::collections::{hash_map, BTreeMap, HashMap};
use std::collections::{BTreeMap, HashMap, hash_map};
use conduwuit::{
debug, debug_info, debug_warn, err, implement, state_res, trace, warn, Err, Event,
PduEvent, Result,
Err, Event, PduEvent, Result, debug, debug_info, debug_warn, err, implement, state_res,
trace, warn,
};
use futures::future::ready;
use ruma::{
events::StateEventType, CanonicalJsonObject, CanonicalJsonValue, EventId, OwnedEventId, RoomId,
ServerName,
CanonicalJsonObject, CanonicalJsonValue, EventId, OwnedEventId, RoomId, ServerName,
events::StateEventType,
};
use super::{check_room_id, get_room_version_rules};