aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorboastful-squirrel <boastful.squirrel@gmail.com>2019-08-16 19:01:32 +0000
committerboastful-squirrel <boastful.squirrel@gmail.com>2019-08-16 19:01:32 +0000
commit05e66e0d13e57290a0ca591142f4f2ef4f264012 (patch)
tree30a2fccfeb7d4e274844b8cd31ead931760deb57 /src
parentCleanup (diff)
downloadminiserve-05e66e0d13e57290a0ca591142f4f2ef4f264012.tar.gz
miniserve-05e66e0d13e57290a0ca591142f4f2ef4f264012.zip
Fix indentation
Diffstat (limited to 'src')
-rw-r--r--src/renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index 3cc8eed..a00631c 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -34,7 +34,7 @@ pub fn page(
html! {
(DOCTYPE)
- html {
+ html {
(page_header(serve_path, color_scheme, file_upload, false))
body#drop-container {
@if file_upload {