Run 'crystal tool format'

This commit is contained in:
Omar Roth 2019-01-23 14:37:04 -06:00
parent e1540390a8
commit 7a6a0f364c

View File

@ -5,7 +5,7 @@ class Config
feed_threads: Int32, # Number of threads to use for updating feeds
video_threads: Int32, # Number of threads to use for updating videos in cache (mostly non-functional)
db: NamedTuple( # Database configuration
user: String,
user: String,
password: String,
host: String,
port: Int32,