summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/data_handler/container_data_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/data_handler/container_data_handler.rb')
-rw-r--r--lib/chef/chef_fs/data_handler/container_data_handler.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/chef_fs/data_handler/container_data_handler.rb b/lib/chef/chef_fs/data_handler/container_data_handler.rb
index 980453cbab..f03005f947 100644
--- a/lib/chef/chef_fs/data_handler/container_data_handler.rb
+++ b/lib/chef/chef_fs/data_handler/container_data_handler.rb
@@ -7,8 +7,8 @@ class Chef
def normalize(container, entry)
normalize_hash(container, {
'containername' => remove_dot_json(entry.name),
- 'containerpath' => remove_dot_json(entry.name)
- })
+ 'containerpath' => remove_dot_json(entry.name),
+ },)
end
def preserve_key?(key)