Skip to content

Commit

Permalink
Format with cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ksdrar committed May 15, 2023
1 parent 37d2556 commit a36e2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-view/src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,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
Expand Down

0 comments on commit a36e2de

Please sign in to comment.