Skip to content

Commit

Permalink
chore: do fmt and publish again
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Oct 22, 2024
1 parent faad93e commit f53925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iced_examples/zbus_invoked_widget/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use iced_runtime::Action;
use iced_layershell::reexport::{Anchor, KeyboardInteractivity, Layer, NewLayerShellSettings};
use iced_layershell::settings::{LayerShellSettings, Settings, StartMode};
use iced_layershell::MultiApplication;
use zbus::{interface, connection};
use zbus::{connection, interface};

use futures::channel::mpsc::Sender;

Expand Down

0 comments on commit f53925e

Please sign in to comment.