fix: cargo fmt

This commit is contained in:
Nova
2023-02-07 18:04:20 -05:00
parent 0bb5b53e02
commit 45839ebf60
4 changed files with 109 additions and 103 deletions

View File

@@ -5,7 +5,7 @@ mod objects;
mod wayland;
use crate::core::destroy_queue;
use crate::nodes::{drawable, hmd, input, audio};
use crate::nodes::{audio, drawable, hmd, input};
use crate::objects::input::mouse_pointer::MousePointer;
use crate::objects::input::sk_controller::SkController;
use crate::objects::input::sk_hand::SkHand;