summaryrefslogtreecommitdiff
path: root/lib/chef/handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/handler.rb')
-rw-r--r--lib/chef/handler.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/handler.rb b/lib/chef/handler.rb
index c4b729eeca..8ae1da96c1 100644
--- a/lib/chef/handler.rb
+++ b/lib/chef/handler.rb
@@ -15,8 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-require 'chef/client'
-require 'forwardable'
+require "chef/client"
+require "forwardable"
class Chef
# == Chef::Handler