Closed cdesaintguilhem closed 1 month ago
Since needs_env_new_line() is only called when the line is not ignored, it does not need to check the ignoring flags. This short PR trims the code to achieve this.
needs_env_new_line()
Thanks, good catch!
Since
needs_env_new_line()
is only called when the line is not ignored, it does not need to check the ignoring flags. This short PR trims the code to achieve this.