mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: Apply Rubocop redundant return style
This commit is contained in:
@ -67,6 +67,6 @@ module RetrieveTitle
|
||||
title = extract_title(current)
|
||||
throw :done if title || max_size < current.length
|
||||
end
|
||||
return title
|
||||
title
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user