2
0
Fork 0
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:
Régis Hanol 2014-02-12 20:09:47 -08:00
parent 1397a8057f
commit 794c7bf730

View file

@ -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