Added Style/SpaceInsideBrackets Rubocop cop

This commit is contained in:
divyanshumehta 2017-05-29 09:32:57 +05:30
parent 415eadf477
commit 0d01ed08b0
4 changed files with 7 additions and 10 deletions

View file

@ -803,7 +803,7 @@ class Conference < ActiveRecord::Base
hash[key] = 0
end
end
Hash[ hash.sort ]
Hash[hash.sort]
end
##