Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Mar 25, 2024
1 parent f2f40cd commit 7052cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use crate::config::Config;
use sentry::integrations::tower::{NewSentryLayer, SentryHttpLayer};
use tracing_subscriber::layer::SubscriberExt;
use tracing_subscriber::util::SubscriberInitExt;
use tracing_subscriber::Layer;
use crate::config::Config;

mod domain {
use std::fmt::Debug;
Expand Down Expand Up @@ -201,7 +201,7 @@ mod config {

#[derive(Debug, Deserialize)]
pub struct Config {
pub http_port: u16
pub http_port: u16,
}

impl Config {
Expand Down

0 comments on commit 7052cb4

Please sign in to comment.