chore: clippy

This commit is contained in:
Ashley Wulber 2024-02-12 11:40:20 -05:00 committed by Ashley Wulber
parent 73e99ae549
commit d17894f94e
7 changed files with 12 additions and 28 deletions

View file

@ -561,7 +561,7 @@ impl cosmic::Application for Audio {
self.timeline
.as_subscription()
.map(|(_, now)| Message::Frame(now)),
self.core.watch_config(Self::APP_ID.into()).map(|u| {
self.core.watch_config(Self::APP_ID).map(|u| {
for err in u.errors {
tracing::error!(?err, "Error watching config");
}