fix poor spacing
This commit is contained in:
parent
ec21f3a3cb
commit
49a76f2bba
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class MicrosoftKbChecker
|
||||||
def find_os
|
def find_os
|
||||||
if AVAILABLE_OS.include?(os)
|
if AVAILABLE_OS.include?(os)
|
||||||
response = make_request
|
response = make_request
|
||||||
json_data = parse_json(response)
|
parse_json(response)
|
||||||
else
|
else
|
||||||
'Operating system not found.'
|
'Operating system not found.'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue