mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
confirm is_indenting is not needed
This commit is contained in:
parent
c938a93dea
commit
222638e9bb
1 changed files with 2 additions and 2 deletions
|
@ -283,8 +283,8 @@ where
|
|||
debug_assert!(u16::MAX - state.indent_col >= spaces as u16);
|
||||
debug_assert!(spaces <= u16::MAX as usize);
|
||||
|
||||
state.indent_col + spaces as u16
|
||||
// state.indent_col
|
||||
// state.indent_col + spaces as u16
|
||||
state.indent_col
|
||||
} else {
|
||||
state.indent_col
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue