summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/init.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/service/init.rb')
-rw-r--r--lib/chef/provider/service/init.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/provider/service/init.rb b/lib/chef/provider/service/init.rb
index 8fe5b0281f..90c0ec2b34 100644
--- a/lib/chef/provider/service/init.rb
+++ b/lib/chef/provider/service/init.rb
@@ -16,9 +16,9 @@
# limitations under the License.
#
-require 'chef/provider/service/simple'
-require 'chef/mixin/command'
-require 'chef/platform/service_helpers'
+require "chef/provider/service/simple"
+require "chef/mixin/command"
+require "chef/platform/service_helpers"
class Chef
class Provider