Browse Source

Corrected with rubocop cop 'Style/AccessModifierIndentation'.

Thorsten Eckel 10 years ago
parent
commit
3d18a7eaec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/application_model/search_index_base.rb

+ 1 - 1
app/models/application_model/search_index_base.rb

@@ -82,7 +82,7 @@ returns
       attributes
     end
 
-  private
+    private
 
 =begin