Code formatting
This commit is contained in:
parent
270ac1442e
commit
ed4152095b
@ -271,7 +271,13 @@ module RemoteStorage
|
|||||||
content_type = entry["contentType"]
|
content_type = entry["contentType"]
|
||||||
content_length = entry["contentLength"].to_i
|
content_length = entry["contentLength"].to_i
|
||||||
|
|
||||||
listing["items"].merge!({ entry_name => { "ETag" => etag, "Content-Type" => content_type, "Content-Length" => content_length }})
|
listing["items"].merge!({
|
||||||
|
entry_name => {
|
||||||
|
"ETag" => etag,
|
||||||
|
"Content-Type" => content_type,
|
||||||
|
"Content-Length" => content_length
|
||||||
|
}
|
||||||
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
listing
|
listing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user