Remove extra space

This commit is contained in:
benhalpern 2020-07-16 10:22:49 -04:00
parent b611a9847a
commit a18e5912e9

View file

@ -136,7 +136,6 @@ class SiteConfig < RailsSettings::Base
# a public forem could have more fine-grained authentication (listings ar private etc.) in future
field :public, type: :boolean, default: 1
# Broadcast
field :welcome_notifications_live_at, type: :date
end