aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin Cui <krazycavin@gmail.com>2020-09-15 19:26:44 +0000
committerKevin Cui <krazycavin@gmail.com>2020-09-15 19:26:44 +0000
commit7e45f8c5f4295fb647d6221d243f75a68e984235 (patch)
treef74db7ef11ed1539ba61f418276fd8e0198a41c7 /src
parentCleanup format (diff)
downloadminiserve-7e45f8c5f4295fb647d6221d243f75a68e984235.tar.gz
miniserve-7e45f8c5f4295fb647d6221d243f75a68e984235.zip
Fix cargo fmt check
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 17d2baf..b1e64be 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -1,6 +1,6 @@
use actix_web::http::StatusCode;
use chrono::{DateTime, Duration, Utc};
-use chrono_humanize::{HumanTime};
+use chrono_humanize::HumanTime;
use maud::{html, Markup, PreEscaped, DOCTYPE};
use std::time::SystemTime;
use strum::IntoEnumIterator;