mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-21 04:20:16 +00:00
rename col -> column
This commit is contained in:
parent
4d7070ce3b
commit
f170509bf1
6 changed files with 21 additions and 21 deletions
|
@ -1331,8 +1331,8 @@ where
|
|||
E: 'a,
|
||||
{
|
||||
move |_arena, state: State<'a>| {
|
||||
dbg!(state.indent_col, min_indent);
|
||||
if state.indent_col < min_indent {
|
||||
dbg!(state.indent_column, min_indent);
|
||||
if state.indent_column < min_indent {
|
||||
Err((NoProgress, to_problem(state.pos), state))
|
||||
} else {
|
||||
Ok((NoProgress, (), state))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue