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