format files

This commit is contained in:
aprilthepink 2024-05-04 19:07:34 +02:00
parent 07337ffe2f
commit 9acf6578bf
5 changed files with 64 additions and 32 deletions

View file

@ -78,4 +78,4 @@ impl ActivityHandler for CreatePost {
post::Model::from_json(self.object, data).await?;
Ok(())
}
}
}