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