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