summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranay Singh <i5singh.pranay@gmail.com>2022-04-28 16:23:26 +0530
committerPranay Singh <i5singh.pranay@gmail.com>2022-04-28 16:23:26 +0530
commit007ff4fde44c7914732d59874eefe1a7d154022a (patch)
tree5b7731bae2ac6668cda6554e1820e73092472b7a
parentf19084cf73124603b4a092b7d4a8f4d584b6c11f (diff)
downloadchef-007ff4fde44c7914732d59874eefe1a7d154022a.tar.gz
removing trailing space
Signed-off-by: Pranay Singh <i5singh.pranay@gmail.com>
-rw-r--r--lib/chef/compliance/profile_collection.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/compliance/profile_collection.rb b/lib/chef/compliance/profile_collection.rb
index ddd83b0c74..2def655dd9 100644
--- a/lib/chef/compliance/profile_collection.rb
+++ b/lib/chef/compliance/profile_collection.rb
@@ -45,7 +45,6 @@ class Chef
end
# @return [Boolean] if any of the profiles are enabled
-
def using_profiles?
any?(&:enabled?)
end