Skip to content

Commit 73bd6ea

Browse files
committed
Format code
1 parent 2505f1a commit 73bd6ea

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/render.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ impl Render for usvg::Group {
510510

511511
let group_ref = ctx.alloc_ref();
512512

513-
514513
let bbox = node
515514
.calculate_bbox()
516515
.and_then(|b| b.to_rect())

src/scale.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Provide transformations between PDF and SVG coordinate systems.
22
3-
use usvg::{Align, AspectRatio, ViewBox, Transform};
3+
use usvg::{Align, AspectRatio, Transform, ViewBox};
44

55
/// Convert point data between two coordinate systems.
66
#[derive(Debug, Copy, Clone)]

0 commit comments

Comments
 (0)