Skip to content

Commit

Permalink
style: thx fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChobobDev committed Nov 26, 2022
1 parent 1a296e3 commit 6a93f2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/data/value/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ macro_rules! try_from_owned_value {
)*}
}

try_from_owned_value!(bool, i8, i16, i32, i64, i128, f64, u8, u16,u32,u64, u128, usize, Decimal);
try_from_owned_value!(bool, i8, i16, i32, i64, i128, f64, u8, u16, u32, u64, u128, usize, Decimal);

impl TryFrom<&Value> for NaiveDate {
type Error = Error;
Expand Down Expand Up @@ -1651,5 +1651,4 @@ mod tests {
Ok(I::Month(274))
);
}

}

0 comments on commit 6a93f2e

Please sign in to comment.