Substitute cleanup

This commit is contained in:
2023-08-03 14:25:11 -07:00
parent 917746f44f
commit 83f00c761b
4 changed files with 9 additions and 6 deletions

View File

@ -91,7 +91,7 @@ fn do_expression(
Err((l, e)) => {
// Display user input
let (_, s) = substitute(&s, s.len());
let s = substitute(&s);
write!(
stdout, "\n{}{}==>{}{} {}\r\n",
style::Bold, color::Fg(color::Red),