rubocop: fix various style issues.
This commit is contained in:
@@ -10,7 +10,7 @@ class ForumUpdater
|
||||
|
||||
def update(message, title_tag = nil)
|
||||
return if forum_topic.nil?
|
||||
|
||||
|
||||
CurrentUser.scoped(User.system) do
|
||||
create_response(message)
|
||||
update_title(title_tag) if title_tag
|
||||
|
||||
Reference in New Issue
Block a user