Skip to content

Commit

Permalink
cargo fmt again
Browse files Browse the repository at this point in the history
  • Loading branch information
rewin123 committed Nov 11, 2023
1 parent 033c747 commit 0d99388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions examples/platformer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ use bevy::{
ecs::{entity::MapEntities, reflect::ReflectMapEntities},
prelude::*,
};
use bevy_xpbd_3d::{
prelude::{AngularVelocity, LinearVelocity, Position, RayHits},
};
use bevy_xpbd_3d::prelude::{AngularVelocity, LinearVelocity, Position, RayHits};
use space_editor::prelude::{component::EntityLink, spatial_query::RayCasterPrefab, *};

fn main() {
Expand Down
6 changes: 1 addition & 5 deletions src/editor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ pub mod ui_registration;

use bevy_egui::{EguiContext, EguiContexts};
use bevy_inspector_egui::{quick::WorldInspectorPlugin, DefaultInspectorConfigPlugin};
use bevy_mod_picking::{
backends::raycast::{RaycastPickable},
prelude::*,
PickableBundle,
};
use bevy_mod_picking::{backends::raycast::RaycastPickable, prelude::*, PickableBundle};
use bevy_panorbit_camera::{PanOrbitCamera, PanOrbitCameraPlugin, PanOrbitCameraSystemSet};

use crate::{
Expand Down

0 comments on commit 0d99388

Please sign in to comment.