Skip to content

Commit 3dc4da6

Browse files
committed
format
1 parent e0781fc commit 3dc4da6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bucket/BucketOutputIterator.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ BucketOutputIterator::put(BucketEntry const& e)
6969
std::optional<BucketEntry> maybeInitEntry;
7070
if (!mKeepDeadEntries && e.type() == LIVEENTRY &&
7171
protocolVersionStartsFrom(
72-
mMeta.ledgerVersion, Bucket::FIRST_PROTOCOL_SUPPORTING_INITENTRY_AND_METAENTRY))
72+
mMeta.ledgerVersion,
73+
Bucket::FIRST_PROTOCOL_SUPPORTING_INITENTRY_AND_METAENTRY))
7374
{
7475
// If mKeepDeadEntries is false (lowest level),
7576
// we also want to convert the LIVEENTRY to an INITENTRY.

0 commit comments

Comments
 (0)