mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 15:40:26 +00:00
refactor: Enable more clang-tidy readability checks (#6595)
Co-authored-by: Sergey Kuznetsov <kuzzz99@gmail.com>
This commit is contained in:
@@ -9,8 +9,8 @@ namespace test {
|
||||
|
||||
struct Buffer_test : beast::unit_test::suite
|
||||
{
|
||||
bool
|
||||
sane(Buffer const& b) const
|
||||
static bool
|
||||
sane(Buffer const& b)
|
||||
{
|
||||
if (b.empty())
|
||||
return b.data() == nullptr;
|
||||
|
||||
Reference in New Issue
Block a user