From d9440650a63b395f9376af438a1a7dd32cc9135a Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Sat, 4 Feb 2023 01:55:13 +0100 Subject: [PATCH] Clean up diff --- src/Application.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Application.cpp b/src/Application.cpp index 1990165f9..73d4e176d 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -148,8 +148,7 @@ void Application::initialize(Settings &settings, Paths &paths) if (auto channel = split->getChannel(); !channel->isEmpty()) { channel->addMessage(makeSystemMessage( - "Chatterino unexpectedly crashed and " - "restarted. " + "Chatterino unexpectedly crashed and restarted. " "You can disable automatic restarts in the " "settings.")); }