mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-23 19:38:31 +02:00
Fix linter warnings
This commit is contained in:
parent
dc8c77c89a
commit
f680c1486b
5 changed files with 8 additions and 6 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue