Fix PEP8 violation

There was a PEP8 violation in cinder/tests/test_solidfire.py, thus
./run_tests.sh was failing. This patch fixes the error.

Change-Id: I444fbfa57550db5c75b80683054c0ca44f4ee657
This commit is contained in:
Mate Lakat 2013-02-13 10:18:15 +00:00
parent 6f37954f34
commit 275ce2d171

View File

@ -76,7 +76,7 @@ class SolidFireVolumeTestCase(test.TestCase):
'enable512e': True,
'access': "readWrite",
'status': "active",
'attributes':None,
'attributes': None,
'qos': None,
'iqn': test_name}]}}
return result