From c692649ad1b9a51f78a9760b680917346c33c4ca Mon Sep 17 00:00:00 2001 From: David Date: Sat, 4 Aug 2018 01:12:39 +0200 Subject: [PATCH] Improved the style of the message --- qutebrowser/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/app.py b/qutebrowser/app.py index 89c7429ce..a334d8100 100644 --- a/qutebrowser/app.py +++ b/qutebrowser/app.py @@ -130,8 +130,8 @@ def run(args): if server is None: if args.backend is not None: - log.init.warning("Backend from the running" - " instance will be used") + log.init.warning( + "Backend from the running instance will be used") sys.exit(usertypes.Exit.ok) else: server.got_args.connect(lambda args, target_arg, cwd: