1
0
Fork 0

fix spacing in use statement

This commit is contained in:
Billy Messenger 2020-10-15 13:28:21 -05:00
parent 61de5e37f7
commit 0758e4834b

View file

@ -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 {