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 +}