From: Ian Jackson Date: Wed, 30 Mar 2022 19:46:54 +0000 (+0100) Subject: daemon: Fix whitespace error X-Git-Tag: otter-1.0.0~79 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4ae82afdcfe7343b284d7a1a73de8134753475d1;p=otter.git daemon: Fix whitespace error Signed-off-by: Ian Jackson --- diff --git a/daemon/main.rs b/daemon/main.rs index fb0f629b..0707e320 100644 --- a/daemon/main.rs +++ b/daemon/main.rs @@ -494,11 +494,11 @@ async fn main() -> Result<(),StartupError> { .content_type(|ctype| ctype == mime::APPLICATION_JSON) .content_type_required(true); - let src_service = actix_files::Files::new("/_/src", &c.bundled_sources) - .show_files_listing() - .redirect_to_slash_directory() - .index_file("index.html") - .disable_content_disposition(); + let src_service = actix_files::Files::new("/_/src", &c.bundled_sources) + .show_files_listing() + .redirect_to_slash_directory() + .index_file("index.html") + .disable_content_disposition(); let app = actix_web::App::new() .service(services![