Skip to content

Commit 96393bb

Browse files
committed
Remove .0
1 parent b9b5b7f commit 96393bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/debugging/src/tree/ui/display.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl NodeDisplay for TransformedCallResult {
8787
impl NodeDisplay for Gas {
8888
const TAG: &'static str = "L2 gas";
8989
fn string_pretty(&self) -> String {
90-
self.0.0.to_string()
90+
self.0.to_string()
9191
}
9292
}
9393

0 commit comments

Comments
 (0)