From 1256a7b631a7eda0f38828402871d636170beb6f Mon Sep 17 00:00:00 2001 From: pajlada Date: Sun, 22 Sep 2019 10:42:22 +0200 Subject: [PATCH] Fix formatting --- src/widgets/helper/ChannelView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/helper/ChannelView.cpp b/src/widgets/helper/ChannelView.cpp index d80376a7b..e10d670ee 100644 --- a/src/widgets/helper/ChannelView.cpp +++ b/src/widgets/helper/ChannelView.cpp @@ -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);