generated from ElnuDev/rust-project
cargo clippy --fix
This commit is contained in:
parent
9acd05fb14
commit
81fed4c8ac
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ struct DocumentDimensions {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn kle_font_units(kle_font_units: &usize) -> SVGMeasure {
|
fn kle_font_units(kle_font_units: &usize) -> SVGMeasure {
|
||||||
return SVGMeasure::new((6 + kle_font_units * 2) as f64, SVGUnit::Pixel);
|
SVGMeasure::new((6 + kle_font_units * 2) as f64, SVGUnit::Pixel)
|
||||||
}
|
}
|
||||||
|
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
|
|
Loading…
Add table
Reference in a new issue