mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
fix code styling
This commit is contained in:
parent
1397a8057f
commit
794c7bf730
1 changed files with 2 additions and 3 deletions
|
@ -9,8 +9,7 @@ class TopicSubtype
|
|||
end
|
||||
|
||||
def attributes
|
||||
{'id' => @id,
|
||||
'options' => @options}
|
||||
{'id' => @id, 'options' => @options }
|
||||
end
|
||||
|
||||
def self.list
|
||||
|
@ -49,4 +48,4 @@ class TopicSubtype
|
|||
register 'notify_moderators'
|
||||
register 'notify_user'
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue