@@ -7960,7 +7960,8 @@ mod error_mapping {
7960
7960
Error :: Runtime ( RuntimeErrorType :: UnwrapFailure , Some ( Vec :: new ( ) ) )
7961
7961
}
7962
7962
ErrorMap :: ShortReturnAssertionFailure => {
7963
- let clarity_val = short_return_value ( & instance, & mut store, epoch_id, clarity_version) ;
7963
+ let clarity_val =
7964
+ short_return_value ( & instance, & mut store, epoch_id, clarity_version) ;
7964
7965
Error :: ShortReturn ( ShortReturnType :: AssertionFailed ( clarity_val) )
7965
7966
}
7966
7967
ErrorMap :: ArithmeticPowError => Error :: Runtime (
@@ -7987,7 +7988,8 @@ mod error_mapping {
7987
7988
Error :: Unchecked ( CheckErrors :: NameAlreadyUsed ( arg_name) )
7988
7989
}
7989
7990
ErrorMap :: ShortReturnExpectedValueResponse => {
7990
- let clarity_val = short_return_value ( & instance, & mut store, epoch_id, clarity_version) ;
7991
+ let clarity_val =
7992
+ short_return_value ( & instance, & mut store, epoch_id, clarity_version) ;
7991
7993
Error :: ShortReturn ( ShortReturnType :: ExpectedValue ( Value :: Response (
7992
7994
ResponseData {
7993
7995
committed : false ,
@@ -8001,7 +8003,8 @@ mod error_mapping {
8001
8003
) ) )
8002
8004
}
8003
8005
ErrorMap :: ShortReturnExpectedValue => {
8004
- let clarity_val = short_return_value ( & instance, & mut store, epoch_id, clarity_version) ;
8006
+ let clarity_val =
8007
+ short_return_value ( & instance, & mut store, epoch_id, clarity_version) ;
8005
8008
Error :: ShortReturn ( ShortReturnType :: ExpectedValue ( clarity_val) )
8006
8009
}
8007
8010
ErrorMap :: ArgumentCountMismatch => {
0 commit comments