mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-11 17:45:26 +00:00
Fix formatting.
This commit is contained in:
parent
e6fe9d0325
commit
763dc9668c
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue