Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lollerfirst committed Sep 25, 2024
1 parent 1a33ee1 commit bde8689
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions crates/cdk-mintd/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,15 +459,15 @@ async fn main() -> anyhow::Result<()> {
.seconds_to_extend_cache_by
.unwrap_or(DEFAULT_CACHE_TTI_SECS);

let v1_service =
cdk_axum::create_mint_router(
&mint_url,
Arc::clone(&mint),
ln_backends.clone(),
quote_ttl,
cache_ttl,
cache_tti,
).await?;
let v1_service = cdk_axum::create_mint_router(
&mint_url,
Arc::clone(&mint),
ln_backends.clone(),
quote_ttl,
cache_ttl,
cache_tti,
)
.await?;

let mut mint_service = Router::new()
.merge(v1_service)
Expand Down

0 comments on commit bde8689

Please sign in to comment.