From abe02b8ba1b5e93245d19c328e99d127cfd97a68 Mon Sep 17 00:00:00 2001 From: Badr Date: Sun, 15 Dec 2024 21:23:09 +0100 Subject: [PATCH] fix --- src/handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handler.rs b/src/handler.rs index 9cecc8f..584e508 100644 --- a/src/handler.rs +++ b/src/handler.rs @@ -1,5 +1,5 @@ -use std::sync::Arc; use std::sync::atomic::Ordering; +use std::sync::Arc; use crate::app::FocusedBlock; use crate::app::{App, AppResult};