Fix linter warnings

This commit is contained in:
badaix 2025-02-13 22:18:17 +01:00
parent 9d214375d3
commit 42f7f2698e
31 changed files with 131 additions and 116 deletions

View file

@ -43,7 +43,7 @@ StreamSessionTcp::StreamSessionTcp(StreamMessageReceiver* receiver, const Server
StreamSessionTcp::~StreamSessionTcp()
{
LOG(DEBUG, LOG_TAG) << "~StreamSessionTcp\n";
stop();
stop(); // NOLINT
}