diff options
author | Kevin Cui <krazycavin@gmail.com> | 2020-09-15 19:26:44 +0000 |
---|---|---|
committer | Kevin Cui <krazycavin@gmail.com> | 2020-09-15 19:26:44 +0000 |
commit | 7e45f8c5f4295fb647d6221d243f75a68e984235 (patch) | |
tree | f74db7ef11ed1539ba61f418276fd8e0198a41c7 | |
parent | Cleanup format (diff) | |
download | miniserve-7e45f8c5f4295fb647d6221d243f75a68e984235.tar.gz miniserve-7e45f8c5f4295fb647d6221d243f75a68e984235.zip |
Fix cargo fmt check
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 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; |