cl-repl/menu: Revert extra newline in banner

This commit is contained in:
John 2024-07-11 04:44:01 -05:00
parent 15c4b89bce
commit c9ddebb946

View File

@ -9,7 +9,7 @@ fn clear() {
} }
pub fn banner() { pub fn banner() {
println!("--- conlang v{} 💪🦈 ---\n", env!("CARGO_PKG_VERSION")) println!("--- conlang v{} 💪🦈 ---", env!("CARGO_PKG_VERSION"))
} }
/// Presents a selection interface to the user /// Presents a selection interface to the user