[trivial] Remove addition whitespace in string

When constructing the description there is trainling whitespace *and*
leading whitespace.  This is redundant.

Change-Id: I84f2fbc5daed10b34b8e2285f7ead7bffd6d8c52
This commit is contained in:
Tony Breeds 2024-01-10 11:27:16 +11:00
parent c05ec5b520
commit dacf78b113

View File

@ -112,7 +112,7 @@ def main():
return 1 return 1
description = ('Update development cycle in openstack/releases with ' description = ('Update development cycle in openstack/releases with '
' key election events') 'key election events')
parser = argparse.ArgumentParser(description) parser = argparse.ArgumentParser(description)
parser.add_argument('--releases-repo', dest='releases_repo', parser.add_argument('--releases-repo', dest='releases_repo',
required=True, required=True,