From ff935a39a1b3599224371544dc881c485a50f3f2 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Thu, 11 Aug 2022 08:13:07 +0300 Subject: [PATCH] removed spacing --- tools/filesystem/filesystem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/filesystem/filesystem.go b/tools/filesystem/filesystem.go index 7ead3c7f..ecb6af88 100644 --- a/tools/filesystem/filesystem.go +++ b/tools/filesystem/filesystem.go @@ -179,7 +179,7 @@ func (s *System) DeletePrefix(prefix string) []error { var inlineServeContentTypes = []string{ "image/png", "image/jpg", "image/jpeg", "image/gif", - "video/mp4", "video/3gpp", "video/quicktime", " video/x-ms-wmv", + "video/mp4", "video/3gpp", "video/quicktime", "video/x-ms-wmv", } // Serve serves the file at fileKey location to an HTTP response.