Update src/geometry/scale_conversion.rs
Removed return. Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
This commit is contained in:
parent
5b44502632
commit
f7eec7317c
|
@ -95,7 +95,7 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
|
|
Loading…
Reference in New Issue