mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-28 17:58:00 +00:00
fix identation
This commit is contained in:
@@ -415,11 +415,11 @@ mod tests {
|
||||
let module = parse_wat(
|
||||
r#"
|
||||
(module
|
||||
(func (export "i32.add") (param i32 i32) (result i32)
|
||||
get_local 0
|
||||
(func (export "i32.add") (param i32 i32) (result i32)
|
||||
get_local 0
|
||||
get_local 1
|
||||
i32.add
|
||||
)
|
||||
)
|
||||
)
|
||||
"#,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user