Applied rubocop cop 'Style/RedundantReturn'.
This commit is contained in:
parent
f18afea600
commit
1806193619
1 changed files with 1 additions and 2 deletions
|
@ -40,7 +40,6 @@ class Tweet
|
||||||
|
|
||||||
Rails.logger.error "Twitter (#{tweet.id}): unknown user source"
|
Rails.logger.error "Twitter (#{tweet.id}): unknown user source"
|
||||||
|
|
||||||
return
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_user(tweet)
|
def to_user(tweet)
|
||||||
|
|
Loading…
Reference in a new issue