From 399b832932dda5fa031be523d9f48b43d6221223 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 08:04:52 +0000 Subject: [PATCH] Drop trailing blank line in player.rs Removing the `MpvExt` trait left an empty trailing line that `cargo fmt --check` rejects in CI. https://claude.ai/code/session_01CuGHFREBZFkf8tfaiRV4K6 --- src/stremio_app/stremio_player/player.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stremio_app/stremio_player/player.rs b/src/stremio_app/stremio_player/player.rs index ee234cd..333f1fc 100644 --- a/src/stremio_app/stremio_player/player.rs +++ b/src/stremio_app/stremio_player/player.rs @@ -269,4 +269,3 @@ fn create_message_thread( } }) } -