Skip to content

Commit

Permalink
fix: include comments at the end of blocks
Browse files Browse the repository at this point in the history
Dedenting was happening too early for inline comments that were after an expression.

The indentation level for these comments was the number of space between the expression and the `#`,
but when dealing with these, we don't need to dedent, so we can just return early.
  • Loading branch information
stsewd committed Jul 11, 2023
1 parent 53dcc79 commit db1d218
Show file tree
Hide file tree
Showing 3 changed files with 2,326 additions and 2,353 deletions.
Loading

0 comments on commit db1d218

Please sign in to comment.