diff --git a/lib/ohai/monkey_patches/win32/registry.rb b/lib/ohai/monkey_patches/win32/registry.rb index 989f08d13..a36f88f6b 100644 --- a/lib/ohai/monkey_patches/win32/registry.rb +++ b/lib/ohai/monkey_patches/win32/registry.rb @@ -55,6 +55,6 @@ def export_string(str, enc = Encoding.default_internal || "utf-8") # check RegDeleteKeyExW(hkey, name.to_wstring, 0, 0) # end - end + # end end end