diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-02-23 12:55:07 -0800 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-02-23 12:55:07 -0800 |
| commit | 89ade95d2eaabf77f9c81a8d50c7cc11aa175464 (patch) | |
| tree | 8b1c06d7e79274eaaf481396972bc5e780c2ed0b /nova | |
| parent | b3b005f50de54b5ef6c62e387dcec5a123f93cf6 (diff) | |
| download | nova-89ade95d2eaabf77f9c81a8d50c7cc11aa175464.tar.gz nova-89ade95d2eaabf77f9c81a8d50c7cc11aa175464.tar.xz nova-89ade95d2eaabf77f9c81a8d50c7cc11aa175464.zip | |
Fix pep8 violation (trailing whitespace)
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/test_minixpath.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/tests/test_minixpath.py b/nova/tests/test_minixpath.py index 3b1bdf40b..cc4a35ef3 100644 --- a/nova/tests/test_minixpath.py +++ b/nova/tests/test_minixpath.py @@ -175,5 +175,3 @@ class MiniXPathTestCase(test.TestCase): input = {'a': [1, 2, {'b': 'b_1'}]} self.assertEquals([1, 2, {'b': 'b_1'}], xp(input, "a")) self.assertEquals(['b_1'], xp(input, "a/b")) - - |
