confirm is_indenting is not needed

This commit is contained in:
Folkert 2021-03-12 02:28:57 +01:00
parent c938a93dea
commit 222638e9bb

View file

@ -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
};