mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 02:45:49 +08:00
fix code styling
This commit is contained in:
parent
1397a8057f
commit
794c7bf730
@ -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…
x
Reference in New Issue
Block a user