mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
Minor cleanup
This commit is contained in:
parent
b25da60e10
commit
29fddfe41e
1 changed files with 1 additions and 1 deletions
|
|
@ -151,5 +151,5 @@ async fn redirect_slash<W: Write + Unpin>(url: &Url, mut stream: W) -> Result {
|
|||
stream.write_all(b"31 ").await?;
|
||||
stream.write_all(url.as_str().as_bytes()).await?;
|
||||
stream.write_all(b"/\r\n").await?;
|
||||
return Ok(())
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue