refactor: dead space removed

This commit is contained in:
Jack Wills
2022-04-29 03:10:41 +00:00
parent 836df247c4
commit 3542f65e61
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ pub fn draw_heading_bar<B: Backend>(
pub fn draw_help_box<B: Backend>(f: &mut Frame<'_, B>) {
let title = format!(" {} ", VERSION);
let description_text = format!("\n{}", DESCRIPTION);
let description_text = format!("\n{}", DESCRIPTION);
let mut help_text = String::from("\n ( tab ) or ( alt+tab ) to change panels");
help_text.push_str("\n ( ↑ ↓ ← → ) mto change selected line");