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.
.0
1 parent b9b5b7f commit 96393bbCopy full SHA for 96393bb
crates/debugging/src/tree/ui/display.rs
@@ -87,7 +87,7 @@ impl NodeDisplay for TransformedCallResult {
87
impl NodeDisplay for Gas {
88
const TAG: &'static str = "L2 gas";
89
fn string_pretty(&self) -> String {
90
- self.0.0.to_string()
+ self.0.to_string()
91
}
92
93
0 commit comments