diff --git a/src/storage/kv/store.rs b/src/storage/kv/store.rs index b0b4a80c..a355e12a 100644 --- a/src/storage/kv/store.rs +++ b/src/storage/kv/store.rs @@ -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");