fixup: fmt + clippy

This commit is contained in:
2024-05-04 00:06:22 +02:00
parent f1687fe07b
commit e044246cba
14 changed files with 49 additions and 33 deletions

View File

@@ -23,4 +23,4 @@ async fn test_set_property() {
mpv.kill().await.unwrap();
proc.kill().await.unwrap();
}
}

View File

@@ -1,5 +1,5 @@
mod event_property_parser;
mod util;
mod misc;
mod util;
use util::*;
use util::*;