replace \n\r and \r\n by \n (#221)
This commit is contained in:
@@ -706,7 +706,7 @@ pub(crate) trait CallPolicy: Any {
|
||||
&BuiltInClauseType::Nl => {
|
||||
let mut stdout = stdout();
|
||||
|
||||
write!(stdout, "\n\r").unwrap();
|
||||
write!(stdout, "\n").unwrap();
|
||||
stdout.flush().unwrap();
|
||||
return_from_clause!(machine_st.last_call, machine_st)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user