mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-25 06:31:32 +00:00
Fix lint errors.
This commit is contained in:
@ -342,7 +342,7 @@ impl ProtectedCaller for X64ExecutionContext {
|
|||||||
_ => {
|
_ => {
|
||||||
return Err(RuntimeError::Trap {
|
return Err(RuntimeError::Trap {
|
||||||
msg: "signature mismatch".into(),
|
msg: "signature mismatch".into(),
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@ -352,7 +352,7 @@ impl ProtectedCaller for X64ExecutionContext {
|
|||||||
_ => {
|
_ => {
|
||||||
return Err(RuntimeError::Trap {
|
return Err(RuntimeError::Trap {
|
||||||
msg: "signature mismatch".into(),
|
msg: "signature mismatch".into(),
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user