Skip to content

Commit

Permalink
Ran cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed May 30, 2021
1 parent 875cc62 commit 2ffdbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/platform/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ use std::os::raw::c_void;

use crate::{
dpi::LogicalSize,
event_loop::{EventLoop, EventLoopWindowTarget},
keyboard::{KeyCode, NativeKeyCode},
monitor::MonitorHandle,
platform::scancode::KeyCodeExtScancode,
event_loop::{EventLoop, EventLoopWindowTarget},
platform_impl::get_aux_state_mut,
window::{Window, WindowBuilder},
};
Expand Down
2 changes: 1 addition & 1 deletion src/platform_impl/macos/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ mod window_delegate;
use std::{fmt, ops::Deref, sync::Arc};

pub use self::{
event::KeyEventExtra,
app_delegate::{get_aux_state_mut, AuxDelegateState},
event::KeyEventExtra,
event_loop::{EventLoop, EventLoopWindowTarget, Proxy as EventLoopProxy},
monitor::{MonitorHandle, VideoMode},
window::{Id as WindowId, PlatformSpecificWindowBuilderAttributes, UnownedWindow},
Expand Down

0 comments on commit 2ffdbcd

Please sign in to comment.