cl-repl/menu: Revert extra newline in banner
This commit is contained in:
parent
15c4b89bce
commit
c9ddebb946
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user