Browse Source

Corrected with rubocop cop 'Style/AccessModifierIndentation'.

Thorsten Eckel 9 years ago
parent
commit
b1d8fb1434
2 changed files with 1 additions and 3 deletions
  1. 0 2
      .rubocop.yml
  2. 1 1
      app/models/application_model/search_index_base.rb

+ 0 - 2
.rubocop.yml

@@ -275,5 +275,3 @@ Style/MethodName:
   Enabled: false
 Style/ModuleFunction:
   Enabled: false
-Style/AccessModifierIndentation:
-  Enabled: false

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

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