Rust cargo fmt

This commit is contained in:
Paul Hauner
2019-01-25 17:23:54 +11:00
parent 6b4c0fe1a3
commit ad62e1e35c
2 changed files with 3 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ where
Err(error) => {
return Ok(Outcome::InvalidBlock(InvalidBlock::StateTransitionFailed(
error,
)))
)));
}
};