fixing style

This commit is contained in:
Benjamin Kampmann
2022-04-27 16:22:47 +02:00
parent 2bdd44ce1d
commit 1bf1147d18

View File

@@ -1,7 +1,7 @@
mod members;
mod normal;
use std::{cmp::max, fmt, collections::HashSet};
use std::{cmp::max, collections::HashSet, fmt};
pub use members::RoomMember;
pub use normal::{Room, RoomInfo, RoomType};