Skip to content

Commit 39c2e26

Browse files
committed
chore: fmt
1 parent e78e304 commit 39c2e26

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

clarity/src/vm/clarity_wasm.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7917,11 +7917,9 @@ mod error_mapping {
79177917
},
79187918
)))
79197919
}
7920-
ErrorMap::ShortReturnExpectedValueOptional => {
7921-
Error::ShortReturn(ShortReturnType::ExpectedValue(Value::Optional(
7922-
OptionalData { data: None },
7923-
)))
7924-
}
7920+
ErrorMap::ShortReturnExpectedValueOptional => Error::ShortReturn(
7921+
ShortReturnType::ExpectedValue(Value::Optional(OptionalData { data: None })),
7922+
),
79257923
ErrorMap::ShortReturnExpectedValue => {
79267924
let clarity_val =
79277925
short_return_value(&instance, &mut store, epoch_id, clarity_version);

0 commit comments

Comments
 (0)