Skip to content

Commit

Permalink
Fixup 7bfd0e8
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 11, 2020
1 parent f0cb688 commit b0f8ed6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/net/smtp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1042,11 +1042,7 @@ def capabilities
return {} unless @string[3, 1] == '-'
h = {}
@string.lines.drop(1).each do |line|
<<<<<<< HEAD
k, *v = line[4..-1].chomp.split
=======
k, *v = line[4..-1].split(' ')
>>>>>>> 2b7409a2f2... Specify explicit separator not to be affected by $;
h[k] = v
end
h
Expand Down

0 comments on commit b0f8ed6

Please sign in to comment.