mirror of https://github.com/LemmyNet/lemmy.git
Fix formatting.
parent
e6fe9d0325
commit
763dc9668c
|
@ -85,7 +85,8 @@ impl Perform for FollowCommunity {
|
||||||
let community_follower_view = blocking(context.pool(), move |conn| {
|
let community_follower_view = blocking(context.pool(), move |conn| {
|
||||||
CommunityFollowerView::read(conn, community_id, person_id)
|
CommunityFollowerView::read(conn, community_id, person_id)
|
||||||
})
|
})
|
||||||
.await?.ok();
|
.await?
|
||||||
|
.ok();
|
||||||
|
|
||||||
Ok(Self::Response {
|
Ok(Self::Response {
|
||||||
community_follower_view,
|
community_follower_view,
|
||||||
|
|
Loading…
Reference in New Issue