Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jun 13, 2024
1 parent 9075950 commit a56f525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/program/src/pubkey.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl From<u64> for PubkeyError {
/// wasm-bindgen version of the Pubkey struct.
/// This duplication is required until https://github.com/rustwasm/wasm-bindgen/issues/3671
/// is fixed. This must not diverge from the regular non-wasm Pubkey struct.
///
///
/// The address of a [Solana account][acc].
///
/// Some account addresses are [ed25519] public keys, with corresponding secret
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/signer/keypair.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use {
/// wasm-bindgen version of the Keypair struct.
/// This duplication is required until https://github.com/rustwasm/wasm-bindgen/issues/3671
/// is fixed. This must not diverge from the regular non-wasm Keypair struct.
///
///
/// A vanilla Ed25519 key pair
#[cfg_attr(target_arch = "wasm32", wasm_bindgen)]
#[derive(Debug)]
Expand Down

0 comments on commit a56f525

Please sign in to comment.