fmt
All checks were successful
CI / Check / Test (push) Successful in 15m57s

This commit is contained in:
2026-06-09 02:31:02 +02:00
parent 70b3ca0f5c
commit 05d062f4e0
3 changed files with 28 additions and 26 deletions

View File

@@ -1,4 +1,7 @@
use super::{movie::Movie, review::{DiaryEntry, Review}};
use super::{
movie::Movie,
review::{DiaryEntry, Review},
};
#[derive(Clone, Debug)]
pub struct FeedEntry {