mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +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…
Reference in a new issue