From 235b625f7111759b4cc1059f742e3dc7571acec3 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 18 May 2025 23:02:49 +0000 Subject: [PATCH] refactor: remove explicit lock drop at the end of scope --- src/scheduler/connectivity.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scheduler/connectivity.rs b/src/scheduler/connectivity.rs index a9d24d4a9..bd8ab9ab8 100644 --- a/src/scheduler/connectivity.rs +++ b/src/scheduler/connectivity.rs @@ -241,7 +241,6 @@ pub(crate) async fn maybe_network_lost(context: &Context, stores: Vec