Enable the Layout/SpaceInsideHashLiteralBraces cop

This commit is contained in:
gregoirenovel 2018-01-16 13:34:24 +01:00
parent 02ade68b38
commit b138dcd876
51 changed files with 154 additions and 154 deletions

View file

@ -43,7 +43,7 @@ class BuildDefaultPreferenceListDossier < ActiveRecord::Migration
}
]
couples.include?({table: table, column: column})
couples.include?({ table: table, column: column })
end
end

View file

@ -141,7 +141,7 @@ class ResetAllPreferenceListDossier < ActiveRecord::Migration
}
]
couples.include?({table: table, column: column})
couples.include?({ table: table, column: column })
end
end