From f69e46208e213090cbbf6c329e67466575975d62 Mon Sep 17 00:00:00 2001 From: Richard Beales Date: Mon, 10 Apr 2023 19:50:56 +0100 Subject: [PATCH] remove trailing newline --- scripts/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/main.py b/scripts/main.py index 0ba652939c..ca75eb240d 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -415,4 +415,5 @@ while True: full_message_history.append( chat.create_chat_message( "system", "Unable to execute command")) - print_to_console("SYSTEM: ", Fore.YELLOW, "Unable to execute command") \ No newline at end of file + print_to_console("SYSTEM: ", Fore.YELLOW, "Unable to execute command") +