chore: Enable remaining clang-tidy performance checks (#6648)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alex Kremer
2026-03-30 18:08:47 +01:00
committed by Bart
parent b36aedb4d5
commit 453d94da17
66 changed files with 141 additions and 139 deletions

View File

@@ -1329,7 +1329,7 @@ class Vault_test : public beast::unit_test::suite
return defXRP;
return a + XRP(1000);
}
auto const defIOU = STAmount{a.issue(), 30000};
auto defIOU = STAmount{a.issue(), 30000};
if (a <= defIOU)
return defIOU;
return a + STAmount{a.issue(), 1000};