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

[Merged by Bors] - fix(data/{Finset,Multiset}): better line breaks in Repr #6333

Closed
wants to merge 1 commit into from

Commits on Aug 3, 2023

  1. feat(data/{Finset,Multiset}): fix line breaks in Repr

    See the attached tests
    
    Previously this gave `{[1, 2,\n 3], [4, 5, 6]}`, where the line break
    would be within items rather than between items.
    eric-wieser committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b9a6773 View commit details
    Browse the repository at this point in the history