Applied rubocop cop 'Style/RedundantReturn'.

This commit is contained in:
Thorsten Eckel 2015-07-03 17:34:12 +02:00
parent f18afea600
commit 1806193619

View file

@ -40,8 +40,7 @@ class Tweet
Rails.logger.error "Twitter (#{tweet.id}): unknown user source"
return
end
end
def to_user(tweet)