Skip to content

Commit 287082d

Browse files
committed
spotless
Signed-off-by: garyschulte <garyschulte@gmail.com>
1 parent 47610be commit 287082d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/src/main/java/org/hyperledger/besu/cli/options/storage/DataStorageOptions.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ public class DataStorageOptions implements CLIOptions<DataStorageConfiguration>
6161

6262
@CommandLine.Option(
6363
names = {HASH_STORE_PREIMAGE_ENABLED},
64-
description =
65-
"Whether to enable preimage storage. (default: ${DEFAULT-VALUE}).",
64+
description = "Whether to enable preimage storage. (default: ${DEFAULT-VALUE}).",
6665
arity = "1")
6766
private Boolean hashStorePreimagesEnabled = DEFAULT_HASH_PREIMAGE_STORAGE_ENABLED;
6867

0 commit comments

Comments
 (0)