diff options
author | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-05-19 09:25:53 +0000 |
---|---|---|
committer | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-05-19 09:25:53 +0000 |
commit | 940f32eb5d670388abad58246a2618ef3c7ccfba (patch) | |
tree | 149a81695d1424c7d63d805d6741be1792dee0cd | |
parent | 84c1596342854208c45832ed9700482dd28efbfc (diff) |
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/net/imap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/imap.rb b/lib/net/imap.rb index 5c11a9bedb..770e45db7d 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -3663,7 +3663,7 @@ module Net # out due to inactivity. class ByeResponseError < ResponseError end - + RESPONSE_ERRORS = Hash.new(ResponseError) RESPONSE_ERRORS["NO"] = NoResponseError RESPONSE_ERRORS["BAD"] = BadResponseError |