fix poor spacing

This commit is contained in:
kenna-bmcdevitt 2020-10-26 18:52:11 -05:00
parent ec21f3a3cb
commit 49a76f2bba

View file

@ -81,7 +81,7 @@ class MicrosoftKbChecker
def find_os
if AVAILABLE_OS.include?(os)
response = make_request
json_data = parse_json(response)
parse_json(response)
else
'Operating system not found.'
end