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 Jun 23, 2023
1 parent 63101e1 commit ceb1b47
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 @@ -705,7 +705,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 ceb1b47

Please sign in to comment.