diff options
| author | John Dewey <john@dewey.ws> | 2011-01-25 19:14:19 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-01-25 19:14:19 +0000 |
| commit | 01e674ac0128e358d9a8c7dbd592c2fc18146dfe (patch) | |
| tree | eae9a88fa793644b016c02711f19044378aa40c4 /nova | |
| parent | d7fb2cc101e2f783acebef4476d592a3df41b293 (diff) | |
| parent | 87189b3952cdda465a9cbb3df433a3ecba1152db (diff) | |
I am new to nova, and wanted to fix a fairly trivial bug in order to understand the process.
Corrected some white space issues which pep8 found.
John
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/test_virt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_virt.py b/nova/tests/test_virt.py index f6800e3d9..0b9b847a0 100644 --- a/nova/tests/test_virt.py +++ b/nova/tests/test_virt.py @@ -256,7 +256,7 @@ class IptablesFirewallTestCase(test.TestCase): ':FORWARD ACCEPT [0:0]', ':OUTPUT ACCEPT [349256:75777230]', 'COMMIT', - '# Completed on Tue Jan 18 23:47:56 2011' + '# Completed on Tue Jan 18 23:47:56 2011', ] def test_static_filters(self): |
