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
OrderedImports: Fix trivia placement for trailing comments.
Trailing comments were being appended to the next token's leading
trivia instead of staying as trailing trivia; I forgot to make this
adjustment when removing the legacy trivia workaround. Interestingly,
this didn't surface as a problem in either the `OrderedImports`
rule's unit tests or the pretty printer unit tests. Only the
interaction between the two would surface the error.
0 commit comments