fix spacing in use statement
This commit is contained in:
parent
61de5e37f7
commit
0758e4834b
|
@ -12,7 +12,7 @@ use raw_window_handle::{
|
|||
use super::XcbConnection;
|
||||
use crate::{
|
||||
Event, KeyboardEvent, MouseButton, MouseCursor, MouseEvent, Parent, ScrollDelta, WindowEvent,
|
||||
WindowHandler,WindowInfo, WindowOpenOptions, WindowOpenResult, WindowHandle,
|
||||
WindowHandle, WindowHandler, WindowInfo, WindowOpenOptions, WindowOpenResult,
|
||||
};
|
||||
|
||||
pub struct Window {
|
||||
|
|
Loading…
Reference in a new issue