Skip to content

Commit

Permalink
cargo clippy --tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Mar 26, 2024
1 parent c7ad448 commit c8fe31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastn-core/src/commands/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pub async fn serve(

let path: camino::Utf8PathBuf = req.path().replacen('/', "", 1).parse()?;

if let Some(r) = handle_redirect(&config, &path) {
if let Some(r) = handle_redirect(config, &path) {
return Ok(r);
}

Expand Down

0 comments on commit c8fe31d

Please sign in to comment.