From 4d5073f48b51bc30d153f64fc54d1c7740be7991 Mon Sep 17 00:00:00 2001 From: arriqaaq Date: Thu, 14 Nov 2024 17:04:28 +0530 Subject: [PATCH] chore: fix lint --- src/storage/kv/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");