Skip to content

Commit

Permalink
Fix spacer element
Browse files Browse the repository at this point in the history
  • Loading branch information
hamrik committed Aug 26, 2023
1 parent 58dcff3 commit 4ce242d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/ui/statusline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ fn render_separator<'a>(context: &RenderContext) -> Spans<'a> {
}

fn render_spacer<'a>(_context: &RenderContext) -> Spans<'a> {
Span::raw(" ").into()
Span::raw("").into()
}

fn render_version_control<'a>(context: &RenderContext) -> Spans<'a> {
Expand Down

0 comments on commit 4ce242d

Please sign in to comment.