mirror of
https://github.com/XRPLF/clio.git
synced 2026-08-21 12:40:51 +00:00
chore: Fixes after tidy v22 update (#3108)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
#include <boost/beast/http/field.hpp>
|
||||
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
@@ -74,7 +74,7 @@ public:
|
||||
*
|
||||
* @return The API subversion.
|
||||
*/
|
||||
uint32_t
|
||||
[[nodiscard]] uint32_t
|
||||
apiSubversion() const override;
|
||||
};
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ public:
|
||||
*
|
||||
* @return The API subversion.
|
||||
*/
|
||||
uint32_t
|
||||
[[nodiscard]] uint32_t
|
||||
apiSubversion() const override;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user