Fix linter issue

This commit is contained in:
Alex Ling 2022-06-18 11:10:14 +00:00
parent ae583cf2a9
commit fe440d82d4

View File

@ -50,7 +50,7 @@ def register_mime_types
# defiend by Crystal in `MIME.DEFAULT_TYPES`
".apng" => "image/apng",
".avif" => "image/avif",
".jxl" => "image/jxl",
".jxl" => "image/jxl",
}.each do |k, v|
MIME.register k, v
end