Whitespace fix for lint

This commit is contained in:
Nicole Thomas 2018-06-30 09:22:57 -04:00 committed by GitHub
parent 8de470e57a
commit 1472efbad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -380,7 +380,7 @@ def create(vm_):
if not isinstance(ipv6, bool):
raise SaltCloudConfigError("'ipv6' should be a boolean value.")
kwargs['ipv6'] = ipv6
monitoring = config.get_cloud_config_value(
'monitoring', vm_, __opts__, search_global=False, default=None,
)