From d6b7175bb164f4fd5791b5d3750b8ae0e07aeb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 29 Sep 2021 23:43:39 +1300 Subject: [PATCH] Formattting --- lib/src/command/supervisor.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/command/supervisor.rs b/lib/src/command/supervisor.rs index 3f28f2f..581cb44 100644 --- a/lib/src/command/supervisor.rs +++ b/lib/src/command/supervisor.rs @@ -201,7 +201,8 @@ impl Supervisor { } else { #[cfg(debug_assertions)] panic!("waiter is None but ongoing was true, this should never happen"); - #[cfg(not(debug_assertions))] { + #[cfg(not(debug_assertions))] + { self.ongoing.store(false, Ordering::SeqCst); tracing::warn!("waiter is None but ongoing was true, this should never happen"); }