Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert some
token_joint_hidden
calls to token_joint
.
This has no noticeable effect, but it makes these cases follow the guidelines in the comments on `Spacing`, which say that `Joint` should be used "for each token that (a) should be pretty-printed without a space after it, and (b) is followed by a punctuation token". These two tokens are both followed by a comma, which is a punctuation token.
- Loading branch information