mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-09 08:35:27 +00:00
format
This commit is contained in:
parent
211b8b034d
commit
adea1c1201
1 changed files with 1 additions and 8 deletions
|
@ -690,14 +690,7 @@ mod tests {
|
||||||
site::Site,
|
site::Site,
|
||||||
},
|
},
|
||||||
traits::{Bannable, Blockable, Crud, Followable, Joinable, Likeable, Saveable},
|
traits::{Bannable, Blockable, Crud, Followable, Joinable, Likeable, Saveable},
|
||||||
utils::{
|
utils::{build_db_pool, get_conn, uplete, ActualDbPool, DbPool, RANK_DEFAULT},
|
||||||
build_db_pool,
|
|
||||||
get_conn,
|
|
||||||
uplete,
|
|
||||||
ActualDbPool,
|
|
||||||
DbPool,
|
|
||||||
RANK_DEFAULT,
|
|
||||||
},
|
|
||||||
CommunityVisibility,
|
CommunityVisibility,
|
||||||
PostSortType,
|
PostSortType,
|
||||||
SubscribedType,
|
SubscribedType,
|
||||||
|
|
Loading…
Reference in a new issue