Skip to content

Commit

Permalink
".git/.scripts/commands/fmt/fmt.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
command-bot committed Feb 29, 2024
1 parent 277068b commit 80b133e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion substrate/primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ serde = [
"bs58/alloc",
"dep:serde",
"impl-serde",
"k256/serde",
"primitive-types/serde_no_std",
"scale-info/serde",
"secrecy/alloc",
"sp-crypto-hashing",
"sp-storage/serde",
"k256/serde"
]

# This feature enables all crypto primitives for `no_std` builds like microcontrollers
Expand Down
2 changes: 1 addition & 1 deletion substrate/primitives/core/src/ecdsa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use crate::crypto::{
};
#[cfg(feature = "full_crypto")]
use crate::crypto::{DeriveError, DeriveJunction, Pair as TraitPair, SecretStringError};
use k256::ecdsa::{VerifyingKey};
use k256::ecdsa::VerifyingKey;
#[cfg(feature = "full_crypto")]
use k256::ecdsa::{RecoveryId, SigningKey};
#[cfg(feature = "serde")]
Expand Down

0 comments on commit 80b133e

Please sign in to comment.