提交 1beeb5a2 编写于 作者: C Cengiz Can

do not append an extra newline char

上级 3146e552
......@@ -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);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册