Skip to content

Commit 9d6bb86

Browse files
committed
chore: fmt
1 parent 1c4a48c commit 9d6bb86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clarity/src/vm/clarity_wasm.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5765,7 +5765,8 @@ fn link_exit_at_block_fn(linker: &mut Linker<ClarityWasmContext>) -> Result<(),
57655765
caller
57665766
.data_mut()
57675767
.global_context
5768-
.cost_track.drop_memory(cost_constants::AT_BLOCK_MEMORY)?;
5768+
.cost_track
5769+
.drop_memory(cost_constants::AT_BLOCK_MEMORY)?;
57695770

57705771
Ok(())
57715772
},

0 commit comments

Comments
 (0)