do not append an extra newline char
This commit is contained in:
parent
3146e552d1
commit
1beeb5a277
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ fn show_content_with_pager(content: &String) {
|
|||
// If pager fails for whatever reason, we should still print the content
|
||||
// to standard output
|
||||
if fallback_to_println {
|
||||
println!("{}", content);
|
||||
print!("{}", content);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue