Fixing fmt.

pull/1124/head
Dessalines 2020-09-13 10:48:07 -05:00
parent 29a01ddaf1
commit 662f94a597
1 changed files with 1 additions and 4 deletions

View File

@ -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,
}; };