diff --git a/src/xrpld/app/tx/detail/SponsorshipTransfer.cpp b/src/xrpld/app/tx/detail/SponsorshipTransfer.cpp index a379c575c0..6b59f3860a 100644 --- a/src/xrpld/app/tx/detail/SponsorshipTransfer.cpp +++ b/src/xrpld/app/tx/detail/SponsorshipTransfer.cpp @@ -139,7 +139,7 @@ getLedgerEntrySponsorField(T const& sle, AccountID const& owner) false, "Should not happen. Owner should be checked before calling " "this function."); - // LCOV_EXCL_END + // LCOV_EXCL_STOP } default: return sfSponsorAccount;