fix: fmt
This commit is contained in:
@@ -6,10 +6,10 @@ use tycho_core::{
|
|||||||
Bytes,
|
Bytes,
|
||||||
};
|
};
|
||||||
|
|
||||||
use crate::encoding::errors::EncodingError;
|
use crate::encoding::{
|
||||||
|
errors::EncodingError,
|
||||||
|
serde_primitives::{biguint_string, biguint_string_option},
|
||||||
use crate::encoding::serde_primitives::{biguint_string, biguint_string_option};
|
};
|
||||||
|
|
||||||
#[derive(Clone, Default, Debug, Deserialize, Serialize)]
|
#[derive(Clone, Default, Debug, Deserialize, Serialize)]
|
||||||
pub struct Solution {
|
pub struct Solution {
|
||||||
|
|||||||
Reference in New Issue
Block a user