Skip to content

Commit 96f4a43

Browse files
pymongomehcode
authored andcommitted
style: rustfmt
1 parent c6fa904 commit 96f4a43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sqlx-core/src/postgres/types/decimal.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
use num_bigint::{BigInt, Sign};
2-
use rust_decimal::{Decimal, prelude::{Zero, ToPrimitive}};
2+
use rust_decimal::{
3+
prelude::{ToPrimitive, Zero},
4+
Decimal,
5+
};
36
use std::convert::{TryFrom, TryInto};
47

58
use crate::decode::Decode;

0 commit comments

Comments
 (0)