From 9b055e03f0b0f4820d6bb3b83f9e110763646a04 Mon Sep 17 00:00:00 2001 From: ItsEthra <107059409+ItsEthra@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:39:14 +0300 Subject: [PATCH] Removed extra whitespace --- helix-view/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index bfb3262e6..8eacd05fa 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -802,7 +802,7 @@ pub struct WhitespaceCharacters { impl Default for WhitespaceCharacters { fn default() -> Self { Self { - space: '·', // U+00B7 + space: '·', // U+00B7 nbsp: '⍽', // U+237D nnbsp: '␣', // U+2423 tab: '→', // U+2192