summaryrefslogtreecommitdiff
path: root/lib/chef/event_dispatch/dsl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/event_dispatch/dsl.rb')
-rw-r--r--lib/chef/event_dispatch/dsl.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/event_dispatch/dsl.rb b/lib/chef/event_dispatch/dsl.rb
index 0a6e4ca52f..4695699c9a 100644
--- a/lib/chef/event_dispatch/dsl.rb
+++ b/lib/chef/event_dispatch/dsl.rb
@@ -15,9 +15,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-require 'chef/event_dispatch/base'
-require 'chef/exceptions'
-require 'chef/config'
+require "chef/event_dispatch/base"
+require "chef/exceptions"
+require "chef/config"
class Chef
module EventDispatch