Skip to content

Commit

Permalink
Fix rubocop hash alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
murny committed Nov 29, 2018
1 parent e00e163 commit 58ebfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pushmi_pullyu/swift_depositer.rb
Expand Up @@ -50,7 +50,7 @@ def deposit_file(file_name, swift_container)
else
# for creating new: construct hash with symbols as keys, add metadata as a hash within the header hash
headers = { etag: checksum,
content_type: 'application/x-tar',
content_type: 'application/x-tar',
metadata: metadata }
deposited_file = era_container.create_object(file_base_name, headers, File.open(file_name))
end
Expand Down

0 comments on commit 58ebfb9

Please sign in to comment.