mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
DEV: Apply Rubocop redundant return style
This commit is contained in:
parent
be15abcf7f
commit
067696df8f
30 changed files with 45 additions and 45 deletions
|
@ -855,7 +855,7 @@ SQL
|
|||
return nil
|
||||
end
|
||||
|
||||
return upload, real_filename
|
||||
[upload, real_filename]
|
||||
end
|
||||
|
||||
def post_process_posts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue