Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRTi committed Sep 20, 2023
1 parent 66aed53 commit ee2527f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rocket_chat/messages/room.rb
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def file_upload_hash(**params)
hash.map do |key, value|
next [key, value, file_options] if key == :file && file_options.keys.any?

[key, value]
[key, value]
end
end
end
Expand Down

0 comments on commit ee2527f

Please sign in to comment.