mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
DEV: Apply Rubocop redundant return style
This commit is contained in:
@ -47,7 +47,7 @@ class S3Helper
|
||||
end
|
||||
end
|
||||
|
||||
return path, etag.gsub('"', '')
|
||||
[path, etag.gsub('"', '')]
|
||||
end
|
||||
|
||||
def remove(s3_filename, copy_to_tombstone = false)
|
||||
|
Reference in New Issue
Block a user