Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed May 13, 2023
1 parent 83b4b90 commit 50c1f62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/consensus/aura/src/unstable_reimpl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -434,12 +434,11 @@ where
post_hash, slot
))
},
Err(e) => {
Err(e) =>
return Err(format!(
"Rejecting block ({:?}) with invalid seal ({:?})",
post_hash, e
))
},
)),
}
}

Expand Down

0 comments on commit 50c1f62

Please sign in to comment.