Some WIP stuff
Some checks failed
ci/woodpecker/push/code_tests Pipeline failed
ci/woodpecker/push/pre_commit_test Pipeline failed

This commit is contained in:
2025-12-15 09:28:20 +01:00
parent 4810b19eea
commit ce5669636a
9 changed files with 88 additions and 103 deletions

View File

@@ -4,7 +4,7 @@ struct DummyAudioBackend {}
impl DummyAudioBackend {
fn new() -> Self {
Self { }
Self {}
}
}