refactor: some Application & style things (#5561)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user