Format fix
This commit is contained in:
parent
bf2f27231a
commit
570d00d99a
|
|
@ -1,6 +1,6 @@
|
|||
#![allow(missing_docs)]
|
||||
|
||||
use bevy::picking::events::{Up, Pointer};
|
||||
use bevy::picking::events::{Pointer, Up};
|
||||
use bevy::prelude::*;
|
||||
use bevy_simple_scroll_view::*;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue