Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
driemworks authored and juangirini committed May 22, 2024
1 parent 07d046e commit 5a14baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/primitives/keystore/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ impl<T: Keystore + ?Sized> Keystore for Arc<T> {

fn ecdsa_sign_prehashed(
&self,
key_type: KeyTypeId,
key_type: KeyTypeId,
public: &ecdsa::Public,
msg: &[u8; 32],
) -> Result<Option<ecdsa::Signature>, Error> {
Expand Down

0 comments on commit 5a14baf

Please sign in to comment.