Skip to content

Commit

Permalink
Use _ instead of .. for unused args for sake of consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Czabaniuk committed Dec 13, 2023
1 parent 6c9e2da commit 5539739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger-tool/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3442,7 +3442,7 @@ fn main() {
force_update_to_open,
enforce_ulimit_nofile,
);
let (bank_forks, ..) = load_and_process_ledger_or_exit(
let (bank_forks, _) = load_and_process_ledger_or_exit(
arg_matches,
&genesis_config,
Arc::new(blockstore),
Expand Down

0 comments on commit 5539739

Please sign in to comment.