mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
fix rubocop offenses
This commit is contained in:
@ -95,7 +95,7 @@ module FileStore
|
||||
end
|
||||
|
||||
def get_path_for_upload(upload)
|
||||
get_path_for("original".freeze, upload.id, upload.sha1, "."+upload.extension)
|
||||
get_path_for("original".freeze, upload.id, upload.sha1, "." + upload.extension)
|
||||
end
|
||||
|
||||
def get_path_for_optimized_image(optimized_image)
|
||||
|
Reference in New Issue
Block a user