Merge pull request #21140 from ceph/cv

ceph-volume: remove extra space
This commit is contained in:
Sage Weil 2018-04-12 09:14:43 -05:00 committed by GitHub
commit 1bc6634641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ logger = logging.getLogger(__name__)
class Create(object):
help = 'Create a new OSD from an LVM device'
help = 'Create a new OSD from an LVM device'
def __init__(self, argv):
self.argv = argv