mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-18 17:07:49 +02:00
Fix linter warnings
This commit is contained in:
parent
66868e2501
commit
5c41afd9e3
31 changed files with 131 additions and 116 deletions
|
@ -39,7 +39,7 @@ namespace streamreader
|
|||
static constexpr auto LOG_TAG = "Script";
|
||||
|
||||
|
||||
StreamControl::StreamControl(const boost::asio::any_io_executor& executor) : executor_(executor)
|
||||
StreamControl::StreamControl(const boost::asio::any_io_executor& executor) : executor_(executor) // NOLINT
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue