generated from ElnuDev/rust-project
cargo fmt
This commit is contained in:
parent
f6775da3d0
commit
c8969adee2
10 changed files with 17 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
|||
use super::SVGUnit;
|
||||
use lazy_static::lazy_static;
|
||||
use regex::Regex;
|
||||
use thiserror::Error;
|
||||
use std::cmp::Ordering;
|
||||
use std::fmt;
|
||||
use std::num::ParseFloatError;
|
||||
|
@ -11,6 +10,7 @@ use std::{
|
|||
ops::{Add, Div, Mul, Rem, Sub},
|
||||
};
|
||||
use strum::ParseError;
|
||||
use thiserror::Error;
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct SVGMeasure {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue