improve formatting

This commit is contained in:
Alex Auvolat
2023-05-15 12:35:39 +02:00
parent 3f93212424
commit 61e65a55ad
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ pub fn plume_media_files(file: PathBuf) -> Option<CachedFile> {
.unwrap_or(ContentType::Binary);
Some(CachedFile {
inner: FileKind::S3 ( data.to_vec(), ct),
inner: FileKind::S3(data.to_vec(), ct),
cache_control: CacheControl(vec![CacheDirective::MaxAge(60 * 60 * 24 * 30)]),
})
}