Run rustfmt

This commit is contained in:
Osspial 2019-10-24 14:33:50 -04:00
parent 8eb7853a1a
commit eb38ff453a
2 changed files with 19 additions and 25 deletions

View file

@ -36,9 +36,7 @@ use crate::{
platform_impl::platform::{
dpi::{dpi_to_scale_factor, hwnd_dpi},
drop_handler::FileDropHandler,
event_loop::{
self, EventLoopWindowTarget, DESTROY_MSG_ID, INITIAL_DPI_MSG_ID,
},
event_loop::{self, EventLoopWindowTarget, DESTROY_MSG_ID, INITIAL_DPI_MSG_ID},
icon::{self, IconType, WinIcon},
monitor,
raw_input::register_all_mice_and_keyboards_for_raw_input,