chore: clippy
This commit is contained in:
parent
73e99ae549
commit
d17894f94e
7 changed files with 12 additions and 28 deletions
|
|
@ -161,7 +161,7 @@ impl cosmic::Application for Notifications {
|
|||
fn subscription(&self) -> Subscription<Message> {
|
||||
Subscription::batch(vec![
|
||||
self.core
|
||||
.watch_config(cosmic_notifications_config::ID.into())
|
||||
.watch_config(cosmic_notifications_config::ID)
|
||||
.map(|res| {
|
||||
for err in res.errors {
|
||||
tracing::error!("{:?}", err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue