lots more fixing of linting issues
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2026-01-27 15:07:29 -06:00
parent 29c4f9de92
commit 32c49a59a9
14 changed files with 78 additions and 87 deletions

View file

@ -44,7 +44,7 @@ pub enum Message {
}
impl VideoEditor {
#[must_use]
#[must_use]
pub fn new() -> Self {
Self {
video: None,