Skip to content

Commit

Permalink
chore: remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
witter-deland authored Nov 3, 2024
1 parent 9f75b63 commit 15c2259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ impl Keypair {
SECP256K1.sign_schnorr(msg, self)
}

/// Constructs a schnorr signature without aux rand for `msg` using the global
/// Constructs a schnorr signature without aux rand for `msg` using the global
/// [`SECP256K1`] context.
#[inline]
#[cfg(all(feature = "global-context", feature = "std"))]
Expand Down

0 comments on commit 15c2259

Please sign in to comment.