refactor: some Application & style things (#5561)

This commit is contained in:
pajlada
2024-08-25 15:33:07 +02:00
committed by GitHub
parent ac88730563
commit 627c735524
41 changed files with 733 additions and 678 deletions
+4 -1
View File
@@ -10,7 +10,6 @@
#include <chrono>
#include <mutex>
#include <optional>
using namespace chatterino;
using namespace std::chrono_literals;
@@ -33,6 +32,8 @@ using namespace std::chrono_literals;
#ifdef RUN_PUBSUB_TESTS
namespace chatterino {
template <typename T>
class ReceivedMessage
{
@@ -451,4 +452,6 @@ TEST(TwitchPubSubClient, AutoModMessageHeld)
ASSERT_EQ(pubSub.diag.connectionsFailed, 0);
}
} // namespace chatterino
#endif