Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBrady committed Oct 1, 2024
1 parent e0781fc commit 3dc4da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bucket/BucketOutputIterator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ BucketOutputIterator::put(BucketEntry const& e)
std::optional<BucketEntry> maybeInitEntry;
if (!mKeepDeadEntries && e.type() == LIVEENTRY &&
protocolVersionStartsFrom(
mMeta.ledgerVersion, Bucket::FIRST_PROTOCOL_SUPPORTING_INITENTRY_AND_METAENTRY))
mMeta.ledgerVersion,
Bucket::FIRST_PROTOCOL_SUPPORTING_INITENTRY_AND_METAENTRY))
{
// If mKeepDeadEntries is false (lowest level),
// we also want to convert the LIVEENTRY to an INITENTRY.
Expand Down

0 comments on commit 3dc4da6

Please sign in to comment.