Skip to content

Commit e3612de

Browse files
author
Radu Racariu
committed
Fix formatting
1 parent 70c0e4c commit e3612de

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/haystack/val/number.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
//! Haystack Number
44
5-
use crate::{haystack::val::{ConversionError, Value}, units::DEFAULT_UNIT, units::Unit};
5+
use crate::{
6+
haystack::val::{ConversionError, Value},
7+
units::DEFAULT_UNIT,
8+
units::Unit,
9+
};
610
use std::{
711
cmp::Ordering,
812
convert::{From, TryFrom},

0 commit comments

Comments
 (0)