Skip to content

Commit 7fceee9

Browse files
committed
spotless changes for KeyValueSegmentIdentifier
Signed-off-by: Jason Frame <jason.frame@consensys.net>
1 parent df1ee44 commit 7fceee9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ethereum/core/src/main/java/org/hyperledger/besu/ethereum/storage/keyvalue/KeyValueSegmentIdentifier.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,13 @@ public enum KeyValueSegmentIdentifier implements SegmentIdentifier {
101101
final boolean containsStaticData,
102102
final boolean eligibleToHighSpecFlag,
103103
final boolean staticDataGarbageCollectionEnabled) {
104-
this(id, formats, containsStaticData, eligibleToHighSpecFlag, staticDataGarbageCollectionEnabled, false);
104+
this(
105+
id,
106+
formats,
107+
containsStaticData,
108+
eligibleToHighSpecFlag,
109+
staticDataGarbageCollectionEnabled,
110+
false);
105111
}
106112

107113
KeyValueSegmentIdentifier(

0 commit comments

Comments
 (0)