fix new CI rule switch fallthrough (#7568)

This commit is contained in:
yinyiqian1
2026-06-17 17:39:12 -04:00
committed by GitHub
parent 14986cc043
commit aac6be218a

View File

@@ -221,6 +221,7 @@ getLedgerEntrySponsorField(T const& sle, AccountID const& owner)
}
// LCOV_EXCL_START
UNREACHABLE("Should not happen. Owner should be checked before calling this function.");
return sfSponsor;
// LCOV_EXCL_STOP
}
default: