Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: AlexMikhalev <[email protected]>
  • Loading branch information
AlexMikhalev committed Jun 1, 2024
1 parent 3bc5f72 commit 00137c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terraphim_server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ use terraphim_config::ConfigState;
use terraphim_server::{axum_server, Result};
use terraphim_settings::DeviceSettings;



#[tokio::main]
async fn main() -> Result<()> {
match run_server().await {
Expand All @@ -50,7 +48,7 @@ async fn main() -> Result<()> {
async fn run_server() -> Result<()> {
// Set up logger for the server
env_logger::init();

let server_settings =
DeviceSettings::load_from_env_and_file(None).context("Failed to load settings")?;
log::info!(
Expand Down

0 comments on commit 00137c7

Please sign in to comment.