Skip to content

Commit

Permalink
clippy: fix one lint
Browse files Browse the repository at this point in the history
Signed-off-by: ljedrz <[email protected]>
  • Loading branch information
ljedrz committed Feb 13, 2025
1 parent 5044dab commit ecc404c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthesizer/src/vm/helpers/history.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn history_directory_path(network: u16, storage_mode: &StorageMode) -> PathB
};

// Obtain the path to the ledger.
let mut path = aleo_ledger_dir(network, &storage_mode);
let mut path = aleo_ledger_dir(network, storage_mode);
// Go to the folder right above the ledger.
path.pop();
// Append the history directory's name.
Expand Down

0 comments on commit ecc404c

Please sign in to comment.