mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 13:47:38 +00:00
Cleanup around newline
This commit is contained in:
parent
653b9c1d5c
commit
7356faaec2
@ -15,7 +15,7 @@ pub fn prompt(args: ArgMatches) {
|
||||
let mut handle = stdout.lock();
|
||||
|
||||
// Write a new line before the prompt
|
||||
write!(handle, "{}", "\n").unwrap();
|
||||
writeln!(handle).unwrap();
|
||||
|
||||
default_prompt
|
||||
.into_iter()
|
||||
|
Loading…
Reference in New Issue
Block a user