Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
csgui committed Oct 30, 2024
1 parent 1c4a48c commit 9d6bb86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clarity/src/vm/clarity_wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5765,7 +5765,8 @@ fn link_exit_at_block_fn(linker: &mut Linker<ClarityWasmContext>) -> Result<(),
caller
.data_mut()
.global_context
.cost_track.drop_memory(cost_constants::AT_BLOCK_MEMORY)?;
.cost_track
.drop_memory(cost_constants::AT_BLOCK_MEMORY)?;

Ok(())
},
Expand Down

0 comments on commit 9d6bb86

Please sign in to comment.