Skip to content

Commit 0dc3764

Browse files
author
Kristoffer Ström
committed
spaces instead of tab
1 parent 829906d commit 0dc3764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clarity/src/vm/clarity_wasm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2049,7 +2049,7 @@ fn link_host_functions(linker: &mut Linker<ClarityWasmContext>) -> Result<(), Er
20492049
link_skip_list(linker)?;
20502050

20512051
link_log(linker)?;
2052-
link_debug_msg(linker)
2052+
link_debug_msg(linker)
20532053
}
20542054

20552055
/// Link host interface function, `define_variable`, into the Wasm module.

0 commit comments

Comments
 (0)