From: Herve Saint-Amand Date: Wed, 11 Jan 2017 23:26:56 +0000 (+0000) Subject: Rubocop finds 'return' statements redundant X-Git-Tag: live~4655^2~21 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/e59d6c567b2af5d6bc7f5f8d4512d7bd11a3e257 Rubocop finds 'return' statements redundant --- diff --git a/test/test_helper.rb b/test/test_helper.rb index 33a1c92da..68b4a5018 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -195,7 +195,7 @@ module ActiveSupport text_parts.concat(email_text_parts(part)) end end - return text_parts + text_parts end end end