mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
chore: remove unnecessary LCOV_EXCL_LINE (#5913)
This commit is contained in:
committed by
Bronek Kozicki
parent
f99c1158d5
commit
224b055124
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user