Added Style/SpaceInsideBrackets Rubocop cop
This commit is contained in:
parent
415eadf477
commit
0d01ed08b0
4 changed files with 7 additions and 10 deletions
|
|
@ -803,7 +803,7 @@ class Conference < ActiveRecord::Base
|
|||
hash[key] = 0
|
||||
end
|
||||
end
|
||||
Hash[ hash.sort ]
|
||||
Hash[hash.sort]
|
||||
end
|
||||
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue