Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro committed Nov 22, 2024
1 parent fc3e519 commit 59c51c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/cdk/src/nuts/nut17/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mod on_subscription;
pub use on_subscription::OnSubscription;
use uuid::Uuid;

use super::PublicKey;
use crate::cdk_database::{self, MintDatabase};
use crate::nuts::{
BlindSignature, CurrencyUnit, MeltQuoteBolt11Response, MeltQuoteState, MintQuoteBolt11Response,
Expand All @@ -19,8 +20,6 @@ use crate::nuts::{
pub use crate::pub_sub::SubId;
use crate::pub_sub::{self, Index, Indexable, SubscriptionGlobalId};

use super::PublicKey;

/// Subscription Parameter according to the standard
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Params {
Expand Down

0 comments on commit 59c51c9

Please sign in to comment.