Claire xyz 3 weeks ago
parent
commit
e5fb19b7b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crates/common/src/instruction.rs

+ 1 - 1
crates/common/src/instruction.rs

@@ -157,7 +157,7 @@ impl Instruction {
                             }
                             }
                         }
                         }
                         if let Some(off) = &self.off {
                         if let Some(off) = &self.off {
-                            param.push(format!("{}", off_str(off).to_string()));
+                            param.push(off_str(off).to_string());
                         }
                         }
                         // param.join(", ");
                         // param.join(", ");
                     }
                     }