summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/language.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin/language.rb')
-rw-r--r--lib/chef/mixin/language.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/mixin/language.rb b/lib/chef/mixin/language.rb
index f4df86bdc3..45e96472c6 100644
--- a/lib/chef/mixin/language.rb
+++ b/lib/chef/mixin/language.rb
@@ -16,9 +16,9 @@
# limitations under the License.
#
-require 'chef/dsl/platform_introspection'
-require 'chef/dsl/data_query'
-require 'chef/mixin/deprecation'
+require "chef/dsl/platform_introspection"
+require "chef/dsl/data_query"
+require "chef/mixin/deprecation"
class Chef
module Mixin