The flake8 complains "E128 continuation line under-indented for
visual indent" on cinder/tests/api/contrib/test_types_manage.py
line 270. The continuation line should be indented to the opening
parentheses. This patch fixes the indention.
Change-Id: I8330e2580863ed4d53b5607c25fc5317c5a166b9
results['volume_type']['description'])
if expected_results.get('expected_name'):
self.assertEqual(expected_results['expected_name'],
- results['volume_type']['name'])
\ No newline at end of file
+ results['volume_type']['name'])