diff options
author | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-13 16:32:45 +0000 |
---|---|---|
committer | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-13 16:32:45 +0000 |
commit | 5a79fda5b4042f1182c73754751e7d7347f5d6e4 (patch) | |
tree | 76467b9125e9d70d2dd0821e32c882c3b365eea9 | |
parent | 772e9778fb4ec510fff20a382621928f6d47a8ff (diff) | |
download | ruby-5a79fda5b4042f1182c73754751e7d7347f5d6e4.tar.gz |
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48412 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 a248d75e1b..dce8c15126 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -2868,7 +2868,7 @@ module Net when T_NUMBER data.push(number) when T_LPAR - # TODO: include the MODSEQ value in a response + # TODO: include the MODSEQ value in a response shift_token match(T_ATOM) match(T_SPACE) |