Trivialfix -- Fix spacing in docstring

Found a poorly formatted docstring while going
through code.  Fixing it here.

Change-Id: I6a2fbb7bd4b37b081296c71f714a23d4901a9d2a
This commit is contained in:
Jay S. Bryant 2017-12-19 12:21:47 -06:00
parent 42c109cd21
commit 632fdb76ec
1 changed files with 1 additions and 1 deletions

View File

@ -2836,7 +2836,7 @@ class VolumeTestCase(base.BaseVolumeTestCase):
save_mock.assert_not_called()
def test_volume_attach_attaching(self):
"""Test volume_attach ."""
"""Test volume_attach."""
instance_uuid = '12345678-1234-5678-1234-567812345678'
volume = tests_utils.create_volume(self.context, **self.volume_params)