We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04eed80 commit 5c52a5cCopy full SHA for 5c52a5c
crates/iota/src/displays/dry_run_tx_block.rs
@@ -15,6 +15,7 @@ use tabled::{
15
};
16
17
use crate::displays::Pretty;
18
+
19
impl Display for Pretty<'_, DryRunTransactionBlockResponse> {
20
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
21
let Pretty(response) = self;
0 commit comments