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

Don't split cascades on record literals. #1207

Merged
merged 1 commit into from
Apr 18, 2023
Merged

Conversation

munificent
Copy link
Member

This is consistent with how other collection literals preceding single-section cascades are formatted.

This is consistent with how other collection literals preceding
single-section cascades are formatted.
@@ -88,40 +88,6 @@ extension AstIterableExtensions on Iterable<AstNode> {
}

extension ExpressionExtensions on Expression {
Copy link
Member Author

Choose a reason for hiding this comment

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

Since this was only used in one place, I went ahead and inlined it there so that it was clearer what it applied to.

@munificent munificent merged commit 80288ef into master Apr 18, 2023
@munificent munificent deleted the record-cascades branch April 18, 2023 22:14
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.

None yet

2 participants