Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TreeOps: get the whole implicit clause, not values #3521

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

kitbellew
Copy link
Collaborator

Towards #3520.

@@ -2432,7 +2432,7 @@ class Router(formatOps: FormatOps) {
val spaceSplit = Split(Space, 0)
.notIf(style.newlines.forceAfterImplicitParamListModifier)
.withPolicy(
SingleLineBlock(params.last.tokens.last),
SingleLineBlock(params.tokens.last),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here, includes the closing ) now.

@kitbellew kitbellew requested a review from tgodzik March 31, 2023 13:39
@kitbellew kitbellew merged commit 6691438 into scalameta:master Mar 31, 2023
@kitbellew kitbellew deleted the 3520_1 branch March 31, 2023 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants