generated from ElnuDev/rust-project
cargo fmt
This commit is contained in:
parent
053066d204
commit
d4c7f52955
2 changed files with 2 additions and 2 deletions
|
@ -5,4 +5,4 @@ mod measure;
|
||||||
pub use measure::SVGMeasure;
|
pub use measure::SVGMeasure;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests;
|
mod tests;
|
||||||
|
|
|
@ -43,4 +43,4 @@ fn ne() {
|
||||||
let a = SVGMeasure::new(1.0, SVGUnit::Pixel);
|
let a = SVGMeasure::new(1.0, SVGUnit::Pixel);
|
||||||
let b = SVGMeasure::new(10.0, SVGUnit::Pixel);
|
let b = SVGMeasure::new(10.0, SVGUnit::Pixel);
|
||||||
assert_ne!(a, b);
|
assert_ne!(a, b);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue