From: wmorgan Date: Mon, 10 Dec 2007 01:05:56 +0000 (+0000) Subject: prevent warning X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=b71b3a9acc348d998dc485aca2b55c443b186957;p=sup prevent warning git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@755 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup/message.rb b/lib/sup/message.rb index eb5f2bc..69625fc 100644 --- a/lib/sup/message.rb +++ b/lib/sup/message.rb @@ -370,7 +370,7 @@ private ## otherwise, it's body text else body = Message.convert_from m.decode, m.charset - text_to_chunks (body || "").normalize_whitespace.split("\n") + text_to_chunks((body || "").normalize_whitespace.split("\n")) end end end