mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
fix all gen and cli tests
This commit is contained in:
parent
e643d1ea3c
commit
f6aa77e6a8
4 changed files with 37 additions and 7 deletions
|
@ -387,7 +387,9 @@ fn spaces<'a>(
|
|||
);
|
||||
if any_newlines {
|
||||
state = state.check_indent(min_indent).map_err(
|
||||
|(fail, _)| (progress, fail, original_state),
|
||||
|(fail, _)| {
|
||||
(progress, fail, original_state.clone())
|
||||
},
|
||||
)?;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue