Enable the Layout/SpaceInsideArrayLiteralBrackets

This commit is contained in:
gregoirenovel 2018-12-24 17:29:46 +01:00 committed by Pierre de La Morinerie
parent 386fbce776
commit 186e362701
12 changed files with 36 additions and 35 deletions

View file

@ -36,7 +36,7 @@ class Champ < ApplicationRecord
end
def search_terms
[ to_s ]
[to_s]
end
def to_s