mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 13:41:32 +00:00
Rustfmt
This commit is contained in:
@ -357,11 +357,7 @@ impl ExecutionStateImage {
|
|||||||
for (i, f) in self.frames.iter().enumerate() {
|
for (i, f) in self.frames.iter().enumerate() {
|
||||||
ret += &format!("* Frame {} @ Local function {}", i, f.local_function_id);
|
ret += &format!("* Frame {} @ Local function {}", i, f.local_function_id);
|
||||||
ret += "\n";
|
ret += "\n";
|
||||||
ret += &format!(
|
ret += &format!(" {} {}\n", "Offset:", format!("{}", f.wasm_inst_offset),);
|
||||||
" {} {}\n",
|
|
||||||
"Offset:",
|
|
||||||
format!("{}", f.wasm_inst_offset),
|
|
||||||
);
|
|
||||||
ret += &format!(
|
ret += &format!(
|
||||||
" {} {}\n",
|
" {} {}\n",
|
||||||
"Locals:",
|
"Locals:",
|
||||||
|
Reference in New Issue
Block a user