Cargo fmt
This commit is contained in:
committed by
Sébastien Crozet
parent
8a7ec1f72e
commit
d22d3fcc9f
@@ -1,6 +1,6 @@
|
||||
pub use self::fixed_joint::*;
|
||||
pub use self::impulse_joint::*;
|
||||
pub use self::generic_joint::*;
|
||||
pub use self::impulse_joint::*;
|
||||
pub use self::motor_model::MotorModel;
|
||||
pub use self::multibody_joint::*;
|
||||
pub use self::prismatic_joint::*;
|
||||
@@ -10,8 +10,8 @@ pub use self::revolute_joint::*;
|
||||
pub use self::spherical_joint::*;
|
||||
|
||||
mod fixed_joint;
|
||||
mod impulse_joint;
|
||||
mod generic_joint;
|
||||
mod impulse_joint;
|
||||
mod motor_model;
|
||||
mod multibody_joint;
|
||||
mod prismatic_joint;
|
||||
|
||||
Reference in New Issue
Block a user