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

Split tuples in return positions by comma first #8280

Merged
merged 2 commits into from Oct 30, 2023
Merged

Conversation

MichaReiser
Copy link
Member

Summary

Split tuples with two elements by comma first (does not apply to 1 or three element tuples for some reason).

Closes #8042

Test Plan

Added tests, verified that the similarity index is unchanged

@MichaReiser
Copy link
Member Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@MichaReiser MichaReiser added the formatter Related to the formatter label Oct 27, 2023
@github-actions
Copy link

PR Check Results

Ecosystem

✅ ecosystem check detected no format changes.

@MichaReiser MichaReiser merged commit c7aa816 into main Oct 30, 2023
55 checks passed
@MichaReiser MichaReiser deleted the tuple-split-comma branch October 30, 2023 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
formatter Related to the formatter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split tuple at commas first
2 participants