mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 01:20:32 +00:00
chore: Enable clang-tidy modernize-use-nodiscard check (#7015)
This commit is contained in:
@@ -281,7 +281,7 @@ public:
|
||||
return std::move(m->jv);
|
||||
}
|
||||
|
||||
unsigned
|
||||
[[nodiscard]] unsigned
|
||||
version() const override
|
||||
{
|
||||
return rpc_version_;
|
||||
|
||||
Reference in New Issue
Block a user