Skip to content

Commit c9e6ffd

Browse files
committed
clippy fix
1 parent 526c0d0 commit c9e6ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub async fn find(req: Request<Body>) -> Result<Response<Body>, String> {
7474
if query.starts_with("r/") || query.starts_with("user/") {
7575
return Ok(redirect(&format!("/{query}")));
7676
}
77-
77+
7878
if query.starts_with("R/") {
7979
return Ok(redirect(&format!("/r{}", &query[1..])));
8080
}

0 commit comments

Comments
 (0)