Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyja committed Mar 13, 2024
1 parent af5b6fd commit f9b870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -2,7 +2,7 @@ use axum::{
extract::Host,
response::{IntoResponse, Redirect, Response},
};
use color_eyre::{eyre::Context, owo_colors::colors::Red};
use color_eyre::eyre::Context;
use setup::{setup_sentry, setup_tracing};
use tokio::net::TcpListener;
use tower_http::trace::TraceLayer;
Expand Down

0 comments on commit f9b870a

Please sign in to comment.