diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-10-10 17:40:10 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-10-10 17:40:10 -0700 |
commit | b8417c1af4a147240ec5919c2378fcc3e97078f7 (patch) | |
tree | eea05dde3d329e17e69ccc09c631184cfaf2a0d7 /cloudinit | |
parent | e8f9d27c6d43ef368a4047ae5818018a20e11f62 (diff) | |
download | vyos-cloud-init-b8417c1af4a147240ec5919c2378fcc3e97078f7.tar.gz vyos-cloud-init-b8417c1af4a147240ec5919c2378fcc3e97078f7.zip |
Fix newline added at end of file
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/util.py b/cloudinit/util.py index 58f7455c..f236d0bf 100644 --- a/cloudinit/util.py +++ b/cloudinit/util.py @@ -2007,4 +2007,3 @@ def human2bytes(size): raise ValueError("'%s': cannot be negative" % size_in) return int(num * mpliers[mplier]) - |