diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-11 17:33:29 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-11 17:33:29 -0800 |
commit | 43cd21b687a8a46b59be410de8be5f0bf133d1dc (patch) | |
tree | 2886d2e8b3e7bf67b38e1bbad17c00db21e7129c /lib/ohai/dsl.rb | |
parent | 08c29c13309a4f7980dd4c3d5bc9eb29f0ec9ac8 (diff) | |
download | ohai-43cd21b687a8a46b59be410de8be5f0bf133d1dc.tar.gz |
chefstyle catchup for ohai
there's still a few cops that are unaddressed by this change, so it
won't be clean after merging this.
Diffstat (limited to 'lib/ohai/dsl.rb')
-rw-r--r-- | lib/ohai/dsl.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ohai/dsl.rb b/lib/ohai/dsl.rb index e33d96b5..025f6be5 100644 --- a/lib/ohai/dsl.rb +++ b/lib/ohai/dsl.rb @@ -17,6 +17,6 @@ # limitations under the License. # -require 'ohai/dsl/plugin' -require 'ohai/dsl/plugin/versionvi' -require 'ohai/dsl/plugin/versionvii' +require "ohai/dsl/plugin" +require "ohai/dsl/plugin/versionvi" +require "ohai/dsl/plugin/versionvii" |