2024-01-07 automated rustfmt nightly

This commit is contained in:
Fmt Bot 2024-01-07 00:59:57 +00:00 committed by GitHub
parent d5c7061ae4
commit 774b405ba9
1 changed files with 1 additions and 3 deletions

View File

@ -1031,9 +1031,7 @@ impl Decodable for Version {
}
impl fmt::Display for Version {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
fmt::Display::fmt(&self.0, f)
}
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { fmt::Display::fmt(&self.0, f) }
}
impl_consensus_encoding!(TxOut, value, script_pubkey);