clang-format

This commit is contained in:
Denis Angell
2026-03-18 02:17:17 +01:00
parent d0b54a0a5a
commit ddcf08593b

View File

@@ -489,7 +489,7 @@ Batch::checkBatchSign(PreclaimContext const& ctx)
else
{
if (!publicKeyType(makeSlice(pkSigner)))
return tefBAD_AUTH; // LCOV_EXCL_LINE
return tefBAD_AUTH; // LCOV_EXCL_LINE
auto const idSigner = calcAccountID(PublicKey(makeSlice(pkSigner)));
auto const sleAccount = ctx.view.read(keylet::account(idAccount));