summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/data_handler/policy_group_data_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/data_handler/policy_group_data_handler.rb')
-rw-r--r--lib/chef/chef_fs/data_handler/policy_group_data_handler.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/chef_fs/data_handler/policy_group_data_handler.rb b/lib/chef/chef_fs/data_handler/policy_group_data_handler.rb
index e5c430ab64..75ff5e4567 100644
--- a/lib/chef/chef_fs/data_handler/policy_group_data_handler.rb
+++ b/lib/chef/chef_fs/data_handler/policy_group_data_handler.rb
@@ -4,7 +4,6 @@ class Chef
module ChefFS
module DataHandler
class PolicyGroupDataHandler < DataHandlerBase
-
def normalize(policy_group, entry)
defaults = {
"name" => remove_dot_json(entry.name),
@@ -20,7 +19,6 @@ class Chef
on_error.call("Policy group #{object_data["name"]} does not have any policies in it.")
end
end
-
end
end
end