Fix linter warnings

This commit is contained in:
badaix 2025-02-12 22:06:02 +01:00 committed by Johannes Pohl
parent dc8c77c89a
commit f680c1486b
5 changed files with 8 additions and 6 deletions

View file

@ -43,6 +43,7 @@ public:
struct Description
{
/// c'tor
// NOLINTNEXTLINE
Description(std::string description, std::vector<std::pair<std::string, std::string>> parameters = {}, std::string result = "")
: description(std::move(description)), parameters(std::move(parameters)), result(std::move(result))
{