Format fix

This commit is contained in:
Piotr Siuszko 2025-01-27 11:15:43 +01:00
parent bf2f27231a
commit 570d00d99a
1 changed files with 1 additions and 1 deletions

View File

@ -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::*;