ci: Use clang-format 16 (#4929)

This commit is contained in:
pajlada
2023-10-31 18:24:47 +01:00
committed by GitHub
parent f4726ed7a8
commit 56346874e1
7 changed files with 16 additions and 11 deletions
+2 -2
View File
@@ -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_;
}