aboutsummaryrefslogtreecommitdiff
path: root/helix-view
diff options
context:
space:
mode:
authorPhilipp Mildenberger2023-03-13 14:01:11 +0000
committerPhilipp Mildenberger2023-05-18 19:48:32 +0000
commit74e21e1b250be884242596cbd7d98b098bb0fd0c (patch)
tree410f5ae73526d9231eae6e54744932e91ff42cde /helix-view
parent7d4f7eb4bda6e507e253cb276ccce254fdd51575 (diff)
Fix some lints/docgen hints
Diffstat (limited to 'helix-view')
-rw-r--r--helix-view/src/editor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs
index 5ca9aceb..697d4459 100644
--- a/helix-view/src/editor.rs
+++ b/helix-view/src/editor.rs
@@ -689,7 +689,7 @@ pub struct WhitespaceCharacters {
impl Default for WhitespaceCharacters {
fn default() -> Self {
Self {
- space: '·', // U+00B7
+ space: '·', // U+00B7
nbsp: '⍽', // U+237D
tab: '→', // U+2192
newline: '⏎', // U+23CE