mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
resolve pre-commit clang-format
This commit is contained in:
@@ -449,7 +449,8 @@ MPTTester::set(MPTSet const& arg)
|
||||
if (arg.account)
|
||||
require(std::nullopt, arg.holder.has_value());
|
||||
if (auto const account =
|
||||
(arg.holder ? std::get_if<Account>(&(*arg.holder)) : nullptr))
|
||||
(arg.holder ? std::get_if<Account>(&(*arg.holder))
|
||||
: nullptr))
|
||||
require(*account, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user