cargo fmt

This commit is contained in:
Elnu 2023-08-24 12:39:38 -07:00
parent f6775da3d0
commit c8969adee2
10 changed files with 17 additions and 11 deletions

View file

@ -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 {