Code formatting

This commit is contained in:
Garret Alfert 2014-01-09 23:58:20 +01:00
parent 270ac1442e
commit ed4152095b

View File

@ -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