diff --git a/app/models/namespace.rb b/app/models/namespace.rb
index 992ead4fda725e63db064d11a90488a19732d75d..c6b3e94d05dffdb63b77688769a68671fc858b8f 100644
--- a/app/models/namespace.rb
+++ b/app/models/namespace.rb
@@ -2,14 +2,14 @@
 #
 # Table name: namespaces
 #
-#  id         :integer          not null, primary key
-#  name       :string(255)      not null
+#  id          :integer          not null, primary key
+#  name        :string(255)      not null
 #  description :string(255)      not null
-#  path       :string(255)      not null
-#  owner_id   :integer          not null
-#  created_at :datetime         not null
-#  updated_at :datetime         not null
-#  type       :string(255)
+#  path        :string(255)      not null
+#  owner_id    :integer          not null
+#  created_at  :datetime         not null
+#  updated_at  :datetime         not null
+#  type        :string(255)
 #
 
 class Namespace < ActiveRecord::Base