mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
Cleanup around newline
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user