style: rustfmt

This commit is contained in:
吴翱翔 2020-07-29 11:01:47 +08:00 committed by Ryan Leckey
parent c6fa9047b9
commit 96f4a43bb8

View File

@ -1,5 +1,8 @@
use num_bigint::{BigInt, Sign};
use rust_decimal::{Decimal, prelude::{Zero, ToPrimitive}};
use rust_decimal::{
prelude::{ToPrimitive, Zero},
Decimal,
};
use std::convert::{TryFrom, TryInto};
use crate::decode::Decode;