pub fn dedent()
Expand description
Reduces the indentation level by two steps.
This function modifies a thread-local mutable state, specifically adjusting a global INDENT
string to reflect a reduction in indentation by removing the last two characters.
This is likely used in contexts where indentation levels are dynamically adjusted, such as generating or formatting text outputs where the indentation signifies scope or hierarchy.