From 794c7bf730df76043190c990bcae2bcc4ea08b96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9gis=20Hanol?= <regis@hanol.fr>
Date: Wed, 12 Feb 2014 20:09:47 -0800
Subject: [PATCH] fix code styling

---
 lib/topic_subtype.rb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/topic_subtype.rb b/lib/topic_subtype.rb
index 5d5e459532d..bf2f992e5e2 100644
--- a/lib/topic_subtype.rb
+++ b/lib/topic_subtype.rb
@@ -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
\ No newline at end of file
+end