cargo fmt
This commit is contained in:
parent
9f9c6e48fe
commit
c9a7b9da52
|
@ -246,7 +246,7 @@ impl Account {
|
||||||
Ok(Order {
|
Ok(Order {
|
||||||
account: self.inner.clone(),
|
account: self.inner.clone(),
|
||||||
nonce,
|
nonce,
|
||||||
// Order of fields matters! We return errors from Problem::check
|
// Order of fields matters! We return errors from Problem::check
|
||||||
// before emitting an error if there is no order url. Or the
|
// before emitting an error if there is no order url. Or the
|
||||||
// simple no url error hides the causing error in `Problem::check`.
|
// simple no url error hides the causing error in `Problem::check`.
|
||||||
state: Problem::check::<OrderState>(rsp).await?,
|
state: Problem::check::<OrderState>(rsp).await?,
|
||||||
|
|
Loading…
Reference in New Issue