From 9bbc12d7b67dcb2ea97a6202391004c77bd5f214 Mon Sep 17 00:00:00 2001 From: s0LA1337 Date: Sat, 1 Oct 2022 01:20:04 +0000 Subject: [PATCH] Remove unnecessary typing --- helix-term/src/ui/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 69e565e1..e28a95d9 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -431,7 +431,7 @@ impl EditorView { ]; let mut is_in_indent_area = true; - let mut last_line_indent_level: u16 = 0; + let mut last_line_indent_level = 0; // use whitespace style as fallback for indent-guide let mut indent_guide_style = text_style.patch(