ci: Use clang-format 16 (#4929)
This commit is contained in:
@@ -1251,8 +1251,8 @@ void TwitchChannel::addReplyThread(const std::shared_ptr<MessageThread> &thread)
|
||||
this->threads_[thread->rootId()] = thread;
|
||||
}
|
||||
|
||||
const std::unordered_map<QString, std::weak_ptr<MessageThread>>
|
||||
&TwitchChannel::threads() const
|
||||
const std::unordered_map<QString, std::weak_ptr<MessageThread>> &
|
||||
TwitchChannel::threads() const
|
||||
{
|
||||
return this->threads_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user