Skip to content

Commit

Permalink
fix: formatting and changelog xd
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Oct 26, 2024
1 parent ad21098 commit 7b5a21d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
- Dev: Refactored static `MessageBuilder` helpers to standalone functions. (#5652)
- Dev: Decoupled reply parsing from `MessageBuilder`. (#5660, #5668)
- Dev: Refactored IRC message building. (#5663)
- Dev: Unified parsing of historic and live IRC messages. (#5678)

## 2.5.1

Expand Down
2 changes: 1 addition & 1 deletion src/util/VectorMessageSink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace chatterino {
VectorMessageSink::VectorMessageSink(MessageSinkTraits traits,
MessageFlags additionalFlags)
: additionalFlags(additionalFlags)
, traits(traits) {};
, traits(traits){};
VectorMessageSink::~VectorMessageSink() = default;

void VectorMessageSink::addMessage(MessagePtr message, MessageContext ctx,
Expand Down

0 comments on commit 7b5a21d

Please sign in to comment.