fixed cargo fmt error
This commit is contained in:
parent
27a349d282
commit
b02e4ec2a9
|
@ -411,7 +411,7 @@ where
|
|||
#[must_use]
|
||||
pub fn slerp(&self, other: &Self, t: T) -> Self {
|
||||
let delta = other / self;
|
||||
self * Self::new(delta.angle()*t)
|
||||
self * Self::new(delta.angle() * t)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue