mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +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
|
end
|
||||||
|
|
||||||
def attributes
|
def attributes
|
||||||
{'id' => @id,
|
{'id' => @id, 'options' => @options }
|
||||||
'options' => @options}
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.list
|
def self.list
|
||||||
|
@ -49,4 +48,4 @@ class TopicSubtype
|
||||||
register 'notify_moderators'
|
register 'notify_moderators'
|
||||||
register 'notify_user'
|
register 'notify_user'
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue