Skip to content

Commit

Permalink
Merge pull request #23 from yatharthmathur/ym_fix_persist_db_method
Browse files Browse the repository at this point in the history
fix: file should be closed
  • Loading branch information
yatharthmathur authored Jan 11, 2024
2 parents 432f60a + 55eea6d commit 2d72e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_store/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl KeyValueStore {
fn _persist_db(&mut self) {
/// open file
/// write in binary
///
/// close file
todo!();
}

Expand Down

0 comments on commit 2d72e79

Please sign in to comment.