needed an indent in repl

This commit is contained in:
Folkert 2021-12-05 15:44:12 +01:00
parent c6b06005cc
commit cea1336518

View File

@ -246,6 +246,7 @@ pub fn gen_and_eval<'a>(
answer.format_with_options(&mut expr, Parens::NotNeeded, Newlines::Yes, 0);
}
Err(FunctionLayout) => {
expr.indent(0);
expr.push_str("<function>");
}
}