summaryrefslogtreecommitdiff
path: root/lib/ohai.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-02-11 17:33:29 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-02-11 17:33:29 -0800
commit43cd21b687a8a46b59be410de8be5f0bf133d1dc (patch)
tree2886d2e8b3e7bf67b38e1bbad17c00db21e7129c /lib/ohai.rb
parent08c29c13309a4f7980dd4c3d5bc9eb29f0ec9ac8 (diff)
downloadohai-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.rb')
-rw-r--r--lib/ohai.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ohai.rb b/lib/ohai.rb
index bf31dcc6..83724d97 100644
--- a/lib/ohai.rb
+++ b/lib/ohai.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'ohai/version'
-require 'ohai/config'
-require 'ohai/system'
-require 'ohai/exception'
+require "ohai/version"
+require "ohai/config"
+require "ohai/system"
+require "ohai/exception"