From ef56d34f60d0040b96df6d5e10c68bf39e8f49ab Mon Sep 17 00:00:00 2001 From: cor Date: Wed, 25 Jun 2025 16:35:23 +0200 Subject: [PATCH] chore: fmt --- helix-term/src/compositor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/compositor.rs b/helix-term/src/compositor.rs index b4d7c6848..46d66e8f1 100644 --- a/helix-term/src/compositor.rs +++ b/helix-term/src/compositor.rs @@ -179,7 +179,7 @@ impl Compositor { pub fn render(&mut self, area: Rect, surface: &mut Surface, cx: &mut Context) { // Check if there are prompt layers active and update EditorView let has_prompt = self.has_component("helix_term::ui::prompt::Prompt"); - + for layer in &mut self.layers { // Update prompt state for EditorView if let Some(editor_view) = layer.as_any_mut().downcast_mut::() {