]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/protocol/activities/voting/vote.rs
Reorganize federation tests (#2092)
[lemmy.git] / crates / apub / src / protocol / activities / voting / vote.rs
index 2f07aea858d2fc0c9f7eeb30f3956c62197db6fe..cafd6bbc34cf022cd61205f3add70336e64fa3e3 100644 (file)
@@ -22,6 +22,7 @@ pub struct Vote {
   #[serde(rename = "type")]
   pub(crate) kind: VoteType,
   pub(crate) id: Url,
+
   #[serde(flatten)]
   pub(crate) unparsed: Unparsed,
 }