ran clang-format on all files
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "common/SignalVector2.hpp"
|
||||
#include "controllers/accounts/Account.hpp"
|
||||
#include "providers/twitch/TwitchAccountManager.hpp"
|
||||
#include "util/SharedPtrElementLess.hpp"
|
||||
#include "common/SignalVector2.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
@@ -23,8 +23,7 @@ public:
|
||||
TwitchAccountManager twitch;
|
||||
|
||||
private:
|
||||
SortedSignalVector<std::shared_ptr<Account>, SharedPtrElementLess<Account>>
|
||||
accounts;
|
||||
SortedSignalVector<std::shared_ptr<Account>, SharedPtrElementLess<Account>> accounts;
|
||||
};
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "common/SignalVectorModel.hpp"
|
||||
#include "controllers/accounts/Account.hpp"
|
||||
#include "util/QstringHash.hpp"
|
||||
#include "common/SignalVectorModel.hpp"
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user