Run 'crystal tool format'

This commit is contained in:
Leeingnyo
2022-05-15 17:02:29 +09:00
parent 9f6be70995
commit 3a60286c3a
5 changed files with 10 additions and 10 deletions
+1 -2
View File
@@ -3,7 +3,7 @@ ENTRIES_IN_HOME_SECTIONS = 8
UPLOAD_URL_PREFIX = "/uploads"
STATIC_DIRS = %w(/css /js /img /webfonts /favicon.ico /robots.txt)
SUPPORTED_FILE_EXTNAMES = [".zip", ".cbz", ".rar", ".cbr"]
SUPPORTED_IMG_TYPES = %w(
SUPPORTED_IMG_TYPES = %w(
image/jpeg
image/png
image/webp
@@ -13,7 +13,6 @@ SUPPORTED_IMG_TYPES = %w(
image/svg+xml
)
def random_str
UUID.random.to_s.gsub "-", ""
end