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
This commit is contained in:
Claude 2026-05-05 08:04:52 +00:00
parent 9b057a0030
commit 399b832932
No known key found for this signature in database

View file

@ -269,4 +269,3 @@ fn create_message_thread(
}
})
}