Remove extra space

This commit is contained in:
Aaron Lichtman 2019-11-17 01:49:07 +01:00
parent 59a6aa3cfd
commit 91dcb812d7
No known key found for this signature in database
GPG key ID: 22368077DE9F9903

View file

@ -176,7 +176,7 @@ def run(manual_args=None):
log.debug('Using journal "%s"', journal_name) log.debug('Using journal "%s"', journal_name)
mode_compose, mode_export, mode_import = guess_mode(args, config) mode_compose, mode_export, mode_import = guess_mode(args, config)
# How to quit writing? # How to quit writing?
if "win32" in sys.platform: if "win32" in sys.platform:
_exit_multiline_code = "on a blank line, press Ctrl+Z and then Enter" _exit_multiline_code = "on a blank line, press Ctrl+Z and then Enter"