You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep indentations consistent in wrapper generation
Commit 9dfb86e moved multiple loops that performed indentations to use the `indent` function. Some nested loops that indented upto the indent level ( with a loop condition of `j <= indent_level`) should have incremented the indent level before passing it to the helper function, but did not, resulting in inconsistent indentations.
0 commit comments