Claire xyz 3 hete
szülő
commit
e5fb19b7b3
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 {
-                            param.push(format!("{}", off_str(off).to_string()));
+                            param.push(off_str(off).to_string());
                         }
                         // param.join(", ");
                     }