chore: remove unnecessary LCOV_EXCL_LINE (#5913)

This commit is contained in:
Mayukha Vadari
2025-10-20 18:23:52 -04:00
committed by GitHub
parent 30190a5feb
commit dd722f8b3f

View File

@@ -1205,7 +1205,7 @@ EscrowFinish::doApply()
{
// LCOV_EXCL_START
JLOG(j_.fatal()) << "Unable to delete Escrow from recipient.";
return tefBAD_LEDGER; // LCOV_EXCL_LINE
return tefBAD_LEDGER;
// LCOV_EXCL_STOP
}
}