diff --git a/crates/domain/src/models/watch_event.rs b/crates/domain/src/models/watch_event.rs index 37b76c0..8c8b7c9 100644 --- a/crates/domain/src/models/watch_event.rs +++ b/crates/domain/src/models/watch_event.rs @@ -238,4 +238,3 @@ pub struct ParsedPlaybackEvent { #[cfg(test)] #[path = "tests/watch_event.rs"] mod tests; - diff --git a/crates/domain/src/value_objects.rs b/crates/domain/src/value_objects.rs index 49f54fc..269aa79 100644 --- a/crates/domain/src/value_objects.rs +++ b/crates/domain/src/value_objects.rs @@ -255,4 +255,3 @@ impl PosterUrl { #[cfg(test)] #[path = "tests/value_objects.rs"] mod tests; -