Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fogti committed Oct 3, 2024
1 parent 27eb6b7 commit 36f7f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/unix/src/atspi/interfaces/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// the LICENSE-MIT file), at your option.

use accesskit_atspi_common::{Action, PlatformNode};
use zbus::{interface, fdo};
use zbus::{fdo, interface};

pub(crate) struct ActionInterface(PlatformNode);

Expand Down
2 changes: 1 addition & 1 deletion platforms/unix/src/atspi/interfaces/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

use accesskit_atspi_common::{PlatformNode, Rect};
use atspi::{CoordType, Layer};
use zbus::{fdo, names::OwnedUniqueName, interface};
use zbus::{fdo, interface, names::OwnedUniqueName};

use crate::atspi::{ObjectId, OwnedObjectAddress};

Expand Down

0 comments on commit 36f7f5e

Please sign in to comment.