From de2496d46b674412fb102a1af476ca82d16dd187 Mon Sep 17 00:00:00 2001 From: piotrkwarcinski Date: Sun, 11 May 2025 23:14:48 +0200 Subject: [PATCH] formatting --- helix-term/src/commands/engine/steel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/commands/engine/steel.rs b/helix-term/src/commands/engine/steel.rs index 66d60c86a..4cd07b1d7 100644 --- a/helix-term/src/commands/engine/steel.rs +++ b/helix-term/src/commands/engine/steel.rs @@ -1106,7 +1106,7 @@ fn load_editor_api(engine: &mut Engine, generate_sources: bool) { {} (define ({} arg) (helix.{} *helix.cx* arg)) - "#, +"#, name, docstring, name, name )); }