From ff7414739967e5321fa4c96dce20c8a8633443d8 Mon Sep 17 00:00:00 2001 From: Skyler Hawthorne Date: Sun, 18 Jun 2023 23:05:08 -0400 Subject: [PATCH] lint --- helix-core/src/indent.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs index b3b0ba66334b5..487bae413b05a 100644 --- a/helix-core/src/indent.rs +++ b/helix-core/src/indent.rs @@ -237,7 +237,7 @@ fn get_first_in_line(mut node: Node, new_line_byte_pos: Option) -> Vec