mirror of https://github.com/LemmyNet/lemmy.git
Fixing fmt.
parent
29a01ddaf1
commit
662f94a597
|
@ -9,10 +9,7 @@ use crate::{
|
||||||
},
|
},
|
||||||
apub::{ApubLikeableType, ApubObjectType},
|
apub::{ApubLikeableType, ApubObjectType},
|
||||||
blocking,
|
blocking,
|
||||||
websocket::{
|
websocket::{messages::SendComment, UserOperation},
|
||||||
messages::SendComment,
|
|
||||||
UserOperation,
|
|
||||||
},
|
|
||||||
DbPool,
|
DbPool,
|
||||||
LemmyContext,
|
LemmyContext,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue