refactor: Clean up comments post-clang-tidy changes (#7283)

This commit is contained in:
Mayukha Vadari
2026-05-15 19:02:04 -04:00
committed by GitHub
parent 6809690fad
commit c7ecfc6a97
11 changed files with 24 additions and 24 deletions

View File

@@ -182,7 +182,7 @@ class Invariants_test : public beast::unit_test::Suite
// Invariants normally run in the Transaction's "apply" (operator()) context, and can always
// access global Rules.
CurrentTransactionRulesGuard const rg(ov.rules());
CurrentTransactionRulesGuard const rulesGuard(ov.rules());
BEAST_EXPECT(precheck(a1, a2, ac));