From 2674a7d7f3f6f0336c9715b30db0277a5fee0536 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 16 Mar 2021 12:17:27 +0000 Subject: [PATCH] Remove newline --- notifications_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index 33a911e13..0aa85fb57 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -438,7 +438,6 @@ def _showLocalBox(notifyJson: {}, boxName: str, print(indent + titleStr + '\n') if not index: - print('') sayStr = indent + 'You have no ' + boxName + ' posts yet.' _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) print('')