From d4c7f529558344c04848da6bccd404bc67534478 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Mon, 14 Aug 2023 11:31:15 -0700 Subject: [PATCH] cargo fmt --- dyesub-tool/src/svg/mod.rs | 2 +- dyesub-tool/src/svg/tests.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dyesub-tool/src/svg/mod.rs b/dyesub-tool/src/svg/mod.rs index 979adce..d2d5fb1 100644 --- a/dyesub-tool/src/svg/mod.rs +++ b/dyesub-tool/src/svg/mod.rs @@ -5,4 +5,4 @@ mod measure; pub use measure::SVGMeasure; #[cfg(test)] -mod tests; \ No newline at end of file +mod tests; diff --git a/dyesub-tool/src/svg/tests.rs b/dyesub-tool/src/svg/tests.rs index 81ec57e..559e599 100644 --- a/dyesub-tool/src/svg/tests.rs +++ b/dyesub-tool/src/svg/tests.rs @@ -43,4 +43,4 @@ fn ne() { let a = SVGMeasure::new(1.0, SVGUnit::Pixel); let b = SVGMeasure::new(10.0, SVGUnit::Pixel); assert_ne!(a, b); -} \ No newline at end of file +}