Skip to content

Commit 0a282a9

Browse files
committed
chore: fmt
1 parent 6cf5fe6 commit 0a282a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clarity/src/vm/clarity_wasm.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7647,12 +7647,11 @@ mod tests {
76477647
mod error_mapping {
76487648
use wasmtime::{AsContextMut, Instance, Trap};
76497649

7650+
use super::read_identifier_from_wasm;
76507651
use crate::vm::errors::{CheckErrors, Error, RuntimeErrorType, ShortReturnType, WasmError};
76517652
use crate::vm::types::ResponseData;
76527653
use crate::vm::Value;
76537654

7654-
use super::read_identifier_from_wasm;
7655-
76567655
const LOG2_ERROR_MESSAGE: &str = "log2 must be passed a positive integer";
76577656
const SQRTI_ERROR_MESSAGE: &str = "sqrti must be passed a positive integer";
76587657
const POW_ERROR_MESSAGE: &str = "Power argument to (pow ...) must be a u32 integer";

0 commit comments

Comments
 (0)