cargo fmt

This commit is contained in:
Cody 2019-05-31 14:52:10 -04:00
parent 75ca605f5d
commit 8562a09595
No known key found for this signature in database
GPG Key ID: 4953DADF9B6AD3C8

View File

@ -5,7 +5,7 @@ use vek::*;
// Crate
use crate::{
comp::{
phys::{Ori, ForceUpdate, Pos, Vel},
phys::{ForceUpdate, Ori, Pos, Vel},
Animation, AnimationInfo, Attacking, Control, Gliding, HealthSource, Jumping, Respawning,
Stats,
},