mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Apply Rubocop Style/EmptyElse (#23449)
This commit is contained in:
parent
f68bb52556
commit
26ac2447b4
1 changed files with 0 additions and 2 deletions
|
@ -97,8 +97,6 @@ class REST::InstanceSerializer < ActiveModel::Serializer
|
|||
def registrations_message
|
||||
if Setting.closed_registrations_message.present?
|
||||
markdown.render(Setting.closed_registrations_message)
|
||||
else
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue