]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/protocol/activities/voting/undo_vote.rs
Reorganize federation tests (#2092)
[lemmy.git] / crates / apub / src / protocol / activities / voting / undo_vote.rs
index d3f4fb33780bc6b07d5c127cd06665ed92ddb831..d8ba7cbae3d88e0f915e3994802cd2f88659dfa7 100644 (file)
@@ -19,6 +19,7 @@ pub struct UndoVote {
   #[serde(rename = "type")]
   pub(crate) kind: UndoType,
   pub(crate) id: Url,
+
   #[serde(flatten)]
   pub(crate) unparsed: Unparsed,
 }