mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 10:58:28 +00:00
Remove redundant .into()
This commit is contained in:
parent
0451a07b06
commit
cc626c52bc
@ -61,7 +61,7 @@ impl SweptCurve {
|
||||
|
||||
pub fn translate(&self, offset: impl Into<Vector<3>>) -> Self {
|
||||
Self {
|
||||
curve: self.curve.translate(offset.into()),
|
||||
curve: self.curve.translate(offset),
|
||||
path: self.path,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user