Update src/geometry/scale_conversion.rs

Removed return.

Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
This commit is contained in:
Yuri6037 2021-10-24 20:27:54 +02:00 committed by GitHub
parent 5b44502632
commit f7eec7317c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ where
} }
} }
} }
return true; true
} }
#[inline] #[inline]