mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 15:45:11 +01:00
format: trim display
This commit is contained in:
parent
2497ba5bcb
commit
3330e3fa31
1 changed files with 1 additions and 1 deletions
|
|
@ -25,5 +25,5 @@ pub fn highlight_difference(corrected_command: &str, last_command: &str) -> Stri
|
||||||
}
|
}
|
||||||
|
|
||||||
highlighted_command.pop();
|
highlighted_command.pop();
|
||||||
highlighted_command
|
highlighted_command.trim().to_string()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue