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
|
||||
if AVAILABLE_OS.include?(os)
|
||||
response = make_request
|
||||
json_data = parse_json(response)
|
||||
parse_json(response)
|
||||
else
|
||||
'Operating system not found.'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue