Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Jul 15, 2023
1 parent f5542f8 commit 02d248f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ impl Index {
path.parent().unwrap().display()
);
}

let db_cache_size = match options.db_cache_size {
Some(db_cache_size) => db_cache_size,
None => {
Expand Down

0 comments on commit 02d248f

Please sign in to comment.