diff --git a/src/main.rs b/src/main.rs index c099f3a..11096f8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -59,8 +59,7 @@ lazy_static! { s3::bucket::Bucket::new(&SETTINGS.bucket_name, region, credentials) .expect("Cannot find or authenticate to S3 bucket") }; - static ref FILEVIEW_TEMPLATE: &'static str = - { std::include_str!("../templates/index.html.tera") }; + static ref FILEVIEW_TEMPLATE: &'static str = std::include_str!("../templates/index.html.tera"); } #[derive(Responder)]