Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arriqaaq committed Nov 14, 2024
1 parent 51acbcb commit 4d5073f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/kv/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ impl Drop for Store {
// TODO: use log/tracing instead of eprintln
eprintln!("Error closing store: {}", err);
}
});
});
} else {
// TODO: use log/tracing instead of eprintln
eprintln!("Failed to create runtime for store cleanup");
Expand Down

0 comments on commit 4d5073f

Please sign in to comment.