chore: Fixes after tidy v22 update (#3108)

This commit is contained in:
Ayaz Salikhov
2026-06-17 11:33:39 +01:00
committed by GitHub
parent fa057bd876
commit 52af23fe77
30 changed files with 39 additions and 59 deletions

View File

@@ -6,7 +6,6 @@
#include <boost/beast/http/field.hpp>
#include <cstring>
#include <memory>
#include <optional>
#include <string>

View File

@@ -74,7 +74,7 @@ public:
*
* @return The API subversion.
*/
uint32_t
[[nodiscard]] uint32_t
apiSubversion() const override;
};

View File

@@ -103,7 +103,7 @@ public:
*
* @return The API subversion.
*/
uint32_t
[[nodiscard]] uint32_t
apiSubversion() const override;
/**