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