Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell committed Sep 28, 2021
1 parent 01bb553 commit bbf9ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion platforms/windows/examples/hello_world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use std::num::NonZeroU64;

use accesskit_schema::{NodeId, Role, Node, TreeId, StringEncoding, Tree, TreeUpdate};
use accesskit_schema::{Node, NodeId, Role, StringEncoding, Tree, TreeId, TreeUpdate};
use accesskit_windows_bindings::Windows::Win32::{
Foundation::*, Graphics::Gdi::ValidateRect, System::LibraryLoader::GetModuleHandleA,
UI::WindowsAndMessaging::*,
Expand Down
4 changes: 1 addition & 3 deletions platforms/windows/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ use std::sync::Arc;

use accesskit_consumer::Tree;
use accesskit_schema::TreeUpdate;
use accesskit_windows_bindings::Windows::Win32::{
Foundation::*, UI::Accessibility::*,
};
use accesskit_windows_bindings::Windows::Win32::{Foundation::*, UI::Accessibility::*};

use crate::node::PlatformNode;

Expand Down

0 comments on commit bbf9ccd

Please sign in to comment.