Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit ad7d797

Browse files
author
Will Hickey
committed
Fix checks failure
1 parent 7e852dc commit ad7d797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,7 @@ fn deprecated_arguments() -> Vec<DeprecatedArg> {
18701870
.long("disable-accounts-disk-index")
18711871
.help("Disable the disk-based accounts index if it is enabled by default.")
18721872
.conflicts_with("accounts_index_memory_limit_mb")
1873-
)
1873+
);
18741874

18751875
res
18761876
}

0 commit comments

Comments
 (0)