Skip to content

Commit

Permalink
fix: outdated clang-format version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Aug 3, 2023
1 parent 40d7d6a commit 670fba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/twitch/TwitchChannel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1235,8 +1235,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_;
}
Expand Down

0 comments on commit 670fba2

Please sign in to comment.