Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Apr 4, 2024
1 parent 021b9b1 commit 4bd114a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ fn text_to_paths() {
#[test]
fn dpi() {
let conversion_options = ConversionOptions::default();
let page_options = PageOptions {
dpi: 140.0
};
let page_options = PageOptions { dpi: 140.0 };

let svg_path = "svg/resvg/text/text/simple-case.svg";
let (pdf, actual_image) =
Expand Down

0 comments on commit 4bd114a

Please sign in to comment.