Fix formatting.

pull/2248/head
Dessalines 2 years ago committed by Nutomic
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…
Cancel
Save