From 88ecad48e9966efe3e7dede33014308679289b61 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 29 Dec 2019 16:28:20 -0800 Subject: Chefstyle fixes Signed-off-by: Tim Smith --- lib/wmi-lite.rb | 2 +- lib/wmi-lite/wmi.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/wmi-lite.rb b/lib/wmi-lite.rb index 2e89165..6d9f5f8 100644 --- a/lib/wmi-lite.rb +++ b/lib/wmi-lite.rb @@ -16,4 +16,4 @@ # limitations under the License. # -require_relative 'wmi-lite/wmi' +require_relative "wmi-lite/wmi" diff --git a/lib/wmi-lite/wmi.rb b/lib/wmi-lite/wmi.rb index 3d4331b..e558c64 100644 --- a/lib/wmi-lite/wmi.rb +++ b/lib/wmi-lite/wmi.rb @@ -16,9 +16,9 @@ # limitations under the License. # -require 'win32ole' if RUBY_PLATFORM =~ /mswin|mingw32|windows/ -require_relative 'wmi_instance' -require_relative 'wmi_exception' +require "win32ole" if RUBY_PLATFORM =~ /mswin|mingw32|windows/ +require_relative "wmi_instance" +require_relative "wmi_exception" module WmiLite class Wmi -- cgit v1.2.1