Skip to content

Commit

Permalink
Group imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Oct 15, 2024
1 parent e7c6510 commit e7b275a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/input/input_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,8 @@ struct ReaderParams {
mod tests {
use bevy::{ecs::system::SystemState, input::mouse::MouseScrollUnit};

use crate::Input;

use super::*;
use crate::Input;

#[test]
fn key_code() {
Expand Down

0 comments on commit e7b275a

Please sign in to comment.