Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez committed Apr 14, 2024
1 parent 90efd81 commit c82e383
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use dotenvy::dotenv;
use oauth_api::{prelude::{
get_subscriber, init_subscriber, Config, OAuthConfig, ServerConfig,
}, Application};
use oauth_api::{
prelude::{get_subscriber, init_subscriber, Config, OAuthConfig, ServerConfig},
Application,
};

#[actix_web::main]
async fn main() -> anyhow::Result<()> {
Expand Down

0 comments on commit c82e383

Please sign in to comment.