resolve pre-commit clang-format

This commit is contained in:
yinyiqian1
2025-12-08 16:45:41 -05:00
parent f6f51451e7
commit d9da8733be

View File

@@ -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);
}