Fix formatting.

This commit is contained in:
Dessalines 2022-05-07 22:08:53 -04:00 committed by Nutomic
parent e6fe9d0325
commit 763dc9668c
1 changed files with 2 additions and 1 deletions

View File

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