From 073f70e858193f546f81ccf1f464e4a5ad2afc0b Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 3 Feb 2024 20:36:43 -0500 Subject: [PATCH] formatting --- helix-term/src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 4eb776163..99f9aaa33 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -1215,9 +1215,9 @@ fn goto_file_impl(cx: &mut Context, action: Action) { Err(e) => { cx.editor.set_error(format!("Open file failed: {:?}", e)); } + } } } - } } /// Opens the given url. If the URL points to a valid textual file it is open in helix.