mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 13:03:23 +02:00
remove trailing newline after external command
This commit is contained in:
@ -302,7 +302,6 @@ impl ExternalCommand {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
println!("");
|
|
||||||
Ok(ClassifiedInputStream::new())
|
Ok(ClassifiedInputStream::new())
|
||||||
}
|
}
|
||||||
StreamNext::External => {
|
StreamNext::External => {
|
||||||
|
Reference in New Issue
Block a user