Skip to content

Recursively apply NoEmptyTrailingClosureParentheses rule. #180

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

Merged

Conversation

dylansturg
Copy link
Contributor

This rule wasn't being applied recursively, which meant it wouldn't be applied to the trailing closure of a function call where parens where removed.

This rule wasn't being applied recursively, which meant it wouldn't be applied to the trailing closure of a function call where parens where removed.
@dylansturg dylansturg force-pushed the nested_trailing_closure_calls branch from c9fed52 to 4058f31 Compare April 7, 2020 21:31
@allevato allevato merged commit 883f4cf into swiftlang:master Apr 7, 2020
@dylansturg dylansturg deleted the nested_trailing_closure_calls branch April 15, 2020 20:34
aaditya-chandrasekhar pushed a commit to val-verde/swift-format that referenced this pull request May 20, 2021
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