Skip to content

Commit

Permalink
fixed formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
CluEleSsUK committed Aug 30, 2023
1 parent 499e14a commit e1feed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl<'a, T: Transport> DrandClient<'a, T> {
&self.chain_info.public_key,
&beacon,
)
.map_err(|_| DrandClientError::FailedVerification)?;
.map_err(|_| DrandClientError::FailedVerification)?;
Ok(beacon)
}
Err(_) => Err(DrandClientError::InvalidBeacon),
Expand Down

0 comments on commit e1feed9

Please sign in to comment.