generated from moderneinc/rewrite-recipe-starter
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix formatting of calls without parentheses
In a call without parentheses (as for example in `it.name to it.get(this)` where `to` is the method) the trailing space should not be used to right-pad the last argument. Instead, that should belong as left padding of the following element. This is important to be able to correctly implement formatting.
- Loading branch information
1 parent
dace9d7
commit e1c5589
Showing
2 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters