Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayernatoor committed Nov 4, 2023
1 parent be96ea6 commit 8456e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
async fn main() -> std::io::Result<()> {
use actix_files::Files;
use actix_web::*;
use leptos::*;
use leptos_actix::{generate_route_list, LeptosRoutes};
use btc_self_custody::app::*;
use btc_self_custody::server::health_check::health_check;
use leptos::*;
use leptos_actix::{generate_route_list, LeptosRoutes};

let conf = get_configuration(None).await.unwrap();
let addr = conf.leptos_options.site_addr;
Expand Down

0 comments on commit 8456e71

Please sign in to comment.