Skip to content

Commit

Permalink
remove clang-format off section from messagebuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Aug 18, 2024
1 parent cf706e9 commit d99b081
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/messages/MessageBuilder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,7 @@ class MessageBuilder
void addLink(const linkparser::Parsed &parsedLink, const QString &source);

template <typename T, typename... Args>
// clang-format off
// clang-format can be enabled once clang-format v11+ has been installed in CI
T *emplace(Args &&...args)
// clang-format on
{
static_assert(std::is_base_of<MessageElement, T>::value,
"T must extend MessageElement");
Expand Down

0 comments on commit d99b081

Please sign in to comment.