summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPiotr Wach <pwach@bloomberg.net>2023-12-20 20:43:11 +0100
committerPiotr Wach <pwach@bloomberg.net>2023-12-20 20:43:11 +0100
commit0a344fa063bdffe7165e8bab6b8a1b8adbac9dce (patch)
tree4ced74f1ec383020656a388dc07f1c64c84de7b5 /src
parentaaa27e860508e564d82b43295baa4290b53eb87f (diff)
Fix formatting
Diffstat (limited to 'src')
-rw-r--r--src/interactive/widgets/entries.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive/widgets/entries.rs b/src/interactive/widgets/entries.rs
index eecd223..ca309ea 100644
--- a/src/interactive/widgets/entries.rs
+++ b/src/interactive/widgets/entries.rs
@@ -156,7 +156,7 @@ fn title(current_path: &str, item_count: u64, display: DisplayOptions, size: u12
fn draw_bottom_right_help(bound: Rect, buf: &mut Buffer) {
let bound = line_bound(bound, bound.height.saturating_sub(1) as usize);
- let help_text = " mark-move = d | mark-toggle = space | toggle-all = a";
+ let help_text = " mark-move = d | mark-toggle = space | toggle-all = a ";
let help_text_block_width = block_width(help_text);
if help_text_block_width <= bound.width {
draw_text_nowrap_fn(