fix indentation error

This commit is contained in:
CactusPuppy 2021-02-25 20:12:20 -08:00
parent d46e1e7397
commit 42d43319c5
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -358,7 +358,7 @@ class Event < ApplicationRecord
errors.add(:abstract, "cannot have more than #{max_words} words") if len > max_words
end
def submission_limit
def submission_limit
# If we don't have an event type, there is no need to count anything
return unless event_type && submission_text