mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 07:31:03 +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(())
|
Ok(())
|
||||||
}
|
}
|
||||||
"hex" => {
|
"hex" => {
|
||||||
let hex_data = format!("0x{:?}", hex::encode(metadata.encode()));
|
let hex_data = format!("0x{}", hex::encode(metadata.encode()));
|
||||||
write!(output, "{hex_data}")?;
|
write!(output, "{hex_data}")?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user