Enable the Layout/SpaceBeforeBlockBraces cop
This commit is contained in:
parent
8b0b8162f0
commit
386fbce776
25 changed files with 53 additions and 53 deletions
|
@ -18,6 +18,6 @@ class CommentaireFileUploader < BaseUploader
|
|||
end
|
||||
|
||||
def accept_extension_list
|
||||
extension_white_list.map{ |e| ".#{e}" }.join(",")
|
||||
extension_white_list.map { |e| ".#{e}" }.join(",")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue