pub fn indent()
Expand description
Increases the current indentation level by adding two spaces. This function accesses a thread-local string variable to modify its content by appending two spaces, effectively augmenting the indentation for subsequent operations that rely on this thread-local state.