cargo fmt
This commit is contained in:
parent
d990084481
commit
445aa84f8c
|
@ -254,9 +254,7 @@ impl PublicKey {
|
|||
}
|
||||
|
||||
impl From<PublicKey> for XOnlyPublicKey {
|
||||
fn from(pk: PublicKey) -> XOnlyPublicKey {
|
||||
pk.inner.into()
|
||||
}
|
||||
fn from(pk: PublicKey) -> XOnlyPublicKey { pk.inner.into() }
|
||||
}
|
||||
|
||||
/// An opaque return type for PublicKey::to_sort_key
|
||||
|
|
Loading…
Reference in New Issue