Skip to content

Commit 0f48b5f

Browse files
committed
stylefix after rebase
Signed-off-by: Alfredo Gutierrez Grajeda <alfredo@hashgraph.com>
1 parent 83da40f commit 0f48b5f

File tree

1 file changed

+2
-1
lines changed
  • block-node/block-providers/files.historic/src/main/java/org/hiero/block/node/blocks/files/historic

1 file changed

+2
-1
lines changed

block-node/block-providers/files.historic/src/main/java/org/hiero/block/node/blocks/files/historic/ZipBlockArchive.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ class ZipBlockArchive {
6363
numberOfBlocksPerZipFile = (int) Math.pow(10, this.config.powersOfTenPerZipFileContents());
6464
format = switch (this.config.compression()) {
6565
case ZSTD -> Format.ZSTD_PROTOBUF;
66-
case NONE -> Format.PROTOBUF;};
66+
case NONE -> Format.PROTOBUF;
67+
};
6768
}
6869

6970
/**

0 commit comments

Comments
 (0)