diff options
author | wyhaya <wyhaya@gmail.com> | 2019-07-08 01:10:47 +0000 |
---|---|---|
committer | wyhaya <wyhaya@gmail.com> | 2019-07-08 01:10:47 +0000 |
commit | 06d721d5051f572e49bfab0a1e816a0640bb880a (patch) | |
tree | 7ca7a58b2154d3b099db39510494fe3f2a753f27 /src/renderer.rs | |
parent | accomplish #142 (diff) | |
download | miniserve-06d721d5051f572e49bfab0a1e816a0640bb880a.tar.gz miniserve-06d721d5051f572e49bfab0a1e816a0640bb880a.zip |
add space
Diffstat (limited to '')
-rw-r--r-- | src/renderer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.rs b/src/renderer.rs index f8436c2..e08b9d4 100644 --- a/src/renderer.rs +++ b/src/renderer.rs @@ -224,7 +224,7 @@ fn get_dir_last(link: &str) -> &str { Some(d) => { if d == '/' { "" - }else { + } else { "/" } }, |