remove whitespaces

This commit is contained in:
Nikhil Jain
2021-02-15 09:31:16 +05:30
parent b177c7b558
commit 3ad2bb1bb9

View File

@@ -133,7 +133,7 @@ def main():
existing_settings = module.get_endpoint('settings/all')['json'] existing_settings = module.get_endpoint('settings/all')['json']
# Begin a json response # Begin a json response
json_output = {'changed': False, 'old_values': {}, 'new_values': {} } json_output = {'changed': False, 'old_values': {}, 'new_values': {}}
# Check any of the settings to see if anything needs to be updated # Check any of the settings to see if anything needs to be updated
needs_update = False needs_update = False