mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Apply Rubocop redundant return style
This commit is contained in:
@@ -855,7 +855,7 @@ SQL
|
||||
return nil
|
||||
end
|
||||
|
||||
return upload, real_filename
|
||||
[upload, real_filename]
|
||||
end
|
||||
|
||||
def post_process_posts
|
||||
|
||||
Reference in New Issue
Block a user