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