diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-10 22:32:49 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-10 22:32:49 -0500 |
commit | 3248ac9bbb2008e88a3bd9c030ba0fcbc14b7fce (patch) | |
tree | 7f9855096e0e313df3fb5d5684c14c7099bef6d7 /cloudinit/util.py | |
parent | 6a3bd563282a51695bf1384d057d0495fd59929f (diff) | |
download | vyos-cloud-init-3248ac9bbb2008e88a3bd9c030ba0fcbc14b7fce.tar.gz vyos-cloud-init-3248ac9bbb2008e88a3bd9c030ba0fcbc14b7fce.zip |
whitespace / indentation cleanups
These changes were pulled out of the previous merge (cc_yum_add_repo)
as they were unrelated there. Re-applying them here.
Diffstat (limited to 'cloudinit/util.py')
-rw-r--r-- | cloudinit/util.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cloudinit/util.py b/cloudinit/util.py index 7890a3d6..4f5b15ee 100644 --- a/cloudinit/util.py +++ b/cloudinit/util.py @@ -1193,8 +1193,7 @@ def yaml_dumps(obj): indent=4, explicit_start=True, explicit_end=True, - default_flow_style=False, - ) + default_flow_style=False) return formatted |