Fix formatting

This commit is contained in:
pajlada 2019-09-22 10:42:22 +02:00 committed by GitHub
parent 5078ecbef1
commit 1256a7b631
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -584,7 +584,7 @@ void ChannelView::setChannel(ChannelPtr channel)
if (channel->shouldIgnoreHighlights())
{
messageLayout->flags.set(MessageLayoutFlag::IgnoreHighlights);
messageLayout->flags.set(MessageLayoutFlag::IgnoreHighlights);
}
this->messages_.pushBack(MessageLayoutPtr(messageLayout), deleted);