Fix lint errors.

This commit is contained in:
losfair
2019-03-18 00:53:07 +08:00
parent e48ff027a6
commit c5694ec527

View File

@ -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(),
})
});
}
}
}