From: Dessalines Date: Sat, 3 Oct 2020 14:50:06 +0000 (-0500) Subject: Running cargo fmt. X-Git-Url: http://these/git/?a=commitdiff_plain;h=048fe287c23d4714caeeb8205c1f4c78709cdca8;p=lemmy.git Running cargo fmt. --- diff --git a/lemmy_apub/src/community.rs b/lemmy_apub/src/community.rs index ad9abaaa..b1c28d75 100644 --- a/lemmy_apub/src/community.rs +++ b/lemmy_apub/src/community.rs @@ -1,4 +1,3 @@ -use log::debug; use crate::{ activity_queue::{send_activity_single_dest, send_to_community_followers}, check_actor_domain, @@ -51,6 +50,7 @@ use lemmy_utils::{ LemmyError, }; use lemmy_websocket::LemmyContext; +use log::debug; use serde::Deserialize; use url::Url;