aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/solver
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-01-23 18:04:24 +0100
committerSébastien Crozet <developer@crozet.re>2022-01-23 18:04:24 +0100
commit0c7ebae1aaae3ca2a55e33429a4466110deda208 (patch)
treeb2467543ba4610bc7d3e0902f6d45e3fb3823a01 /src/dynamics/solver
parent536122e08066c762a0f6a1585c458f6c7a54bc2e (diff)
downloadrapier-0c7ebae1aaae3ca2a55e33429a4466110deda208.tar.gz
rapier-0c7ebae1aaae3ca2a55e33429a4466110deda208.tar.bz2
rapier-0c7ebae1aaae3ca2a55e33429a4466110deda208.zip
Run cargo fmt
Diffstat (limited to 'src/dynamics/solver')
-rw-r--r--src/dynamics/solver/joint_constraint/joint_generic_velocity_constraint.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dynamics/solver/joint_constraint/joint_generic_velocity_constraint.rs b/src/dynamics/solver/joint_constraint/joint_generic_velocity_constraint.rs
index 795009f..be42b87 100644
--- a/src/dynamics/solver/joint_constraint/joint_generic_velocity_constraint.rs
+++ b/src/dynamics/solver/joint_constraint/joint_generic_velocity_constraint.rs
@@ -319,9 +319,10 @@ pub struct JointGenericVelocityGroundConstraint {
pub writeback_id: WritebackId,
}
-impl Default for JointGenericVelocityGroundConstraint{
+
+impl Default for JointGenericVelocityGroundConstraint {
fn default() -> Self {
- JointGenericVelocityGroundConstraint::invalid()
+ JointGenericVelocityGroundConstraint::invalid()
}
}