2024-07-28 automated rustfmt nightly

This commit is contained in:
Fmt Bot 2024-07-28 01:12:04 +00:00 committed by github-actions[bot]
parent 5f79ff0966
commit 08fc780033
1 changed files with 1 additions and 1 deletions

View File

@ -9,9 +9,9 @@ use core::fmt;
use internals::write_err;
use crate::amount::Amount;
use crate::consensus::encode;
#[cfg(doc)]
use crate::consensus_validation;
use crate::consensus::encode;
use crate::script::Script;
use crate::transaction::{OutPoint, Transaction, TxOut};