From a099ae1dbe053220c281d0f4bc5b09097852c324 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:33:01 +0000 Subject: [PATCH] style: formatting --- helix-term/src/ui/mod.rs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/helix-term/src/ui/mod.rs b/helix-term/src/ui/mod.rs index 927b7c591..abc766640 100644 --- a/helix-term/src/ui/mod.rs +++ b/helix-term/src/ui/mod.rs @@ -464,7 +464,9 @@ pub fn file_explorer(root: PathBuf, editor: &Editor) -> Result Result Result cx.editor.set_status(message), + Ok(()) => cx.editor.set_status(message), Err(err) => cx.editor.set_error(err.to_string()) }; }