mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
refactor: Clean up comments post-clang-tidy changes (#7283)
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user