mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 12:37:59 +00:00
remove parens (#1017)
This commit is contained in:
@@ -76,7 +76,7 @@ pub async fn run(opts: Opts, output: &mut impl Write) -> color_eyre::Result<()>
|
||||
Ok(())
|
||||
}
|
||||
"hex" => {
|
||||
let hex_data = format!("0x{:?}", hex::encode(metadata.encode()));
|
||||
let hex_data = format!("0x{}", hex::encode(metadata.encode()));
|
||||
write!(output, "{hex_data}")?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user