summaryrefslogtreecommitdiffstats
path: root/src/features/side_by_side.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/side_by_side.rs')
-rw-r--r--src/features/side_by_side.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/side_by_side.rs b/src/features/side_by_side.rs
index 02f3eebb..82d66593 100644
--- a/src/features/side_by_side.rs
+++ b/src/features/side_by_side.rs
@@ -358,7 +358,7 @@ fn get_right_fill_style_for_panel(
background_color_extends_to_terminal_width: BgShouldFill,
config: &Config,
) -> (Option<BgFillMethod>, Style) {
- // If in the the left panel then it must be filled with spaces.
+ // If in the left panel then it must be filled with spaces.
let none_or_override = if panel_side == Left {
Some(BgFillMethod::Spaces)
} else {