Skip to content

Commit

Permalink
style: run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aeyoll committed Jul 18, 2024
1 parent d12f038 commit a9237c4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ use crate::options::Options;
use crate::templates::index::IndexTemplate;
use axum::extract::State;
use axum::handler::HandlerWithoutStateExt;
use axum::{
http::StatusCode,
response::IntoResponse,
routing::get,
Router,
};
use axum::{http::StatusCode, response::IntoResponse, routing::get, Router};
use std::error::Error;
use std::net::{Ipv4Addr, SocketAddr, TcpListener};
use std::str::FromStr;
Expand Down

0 comments on commit a9237c4

Please sign in to comment.