Skip to content

Commit

Permalink
style: run cargo fmt + cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ewang2002 committed Nov 13, 2024
1 parent af54793 commit b818a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/webreg/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async fn main() -> ExitCode {
///
/// # Parameters
/// - `state`: The wrapper state, which is a reference to all valid scrapers and other relevant
/// information.
/// information.
async fn shutdown_signal(state: Arc<WrapperState>) {
tokio::signal::ctrl_c()
.await
Expand Down
2 changes: 1 addition & 1 deletion crates/webreg/src/server/middleware/term_validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use std::sync::Arc;

use axum::extract::{Path, State, Request};
use axum::extract::{Path, Request, State};
use axum::http::StatusCode;
use axum::middleware::Next;
use axum::response::IntoResponse;
Expand Down

0 comments on commit b818a1b

Please sign in to comment.