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 20, 2023
1 parent a204a42 commit d2c6593
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 d2c6593

Please sign in to comment.