Skip to content

Commit c64b2ce

Browse files
committed
cargo fmt
1 parent ec3e8d3 commit c64b2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsky-crypto/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use crate::constants::{BASE58_MULTIBASE_PREFIX, DID_KEY_PREFIX};
22
use anyhow::{bail, Result};
33
use multibase::decode;
4-
use secp256k1::rand::RngCore;
54
use secp256k1::rand::rngs::OsRng;
5+
use secp256k1::rand::RngCore;
66

77
pub fn extract_multikey(did: &String) -> Result<String> {
88
if !did.starts_with(DID_KEY_PREFIX) {

0 commit comments

Comments
 (0)