]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/protocol/activities/community/report.rs
Reorganize federation tests (#2092)
[lemmy.git] / crates / apub / src / protocol / activities / community / report.rs
index 18b74c23847246bfa1f666cbfc578b8f2e85f688..40bbe83bd74aeb0e077d5afdcc02d31c8595067c 100644 (file)
@@ -19,6 +19,7 @@ pub struct Report {
   #[serde(rename = "type")]
   pub(crate) kind: FlagType,
   pub(crate) id: Url,
+
   #[serde(flatten)]
   pub(crate) unparsed: Unparsed,
 }