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

SwitchStatement should SpaceBrace #352

Closed
belav opened this issue Jul 12, 2021 · 0 comments · Fixed by #363
Closed

SwitchStatement should SpaceBrace #352

belav opened this issue Jul 12, 2021 · 0 comments · Fixed by #363
Assignees
Milestone

Comments

@belav
Copy link
Owner

belav commented Jul 12, 2021

        switch (someLongValue
            + someOtherLongValue__________________________________________________)
        { }

// should be

        switch (
            someLongValue
            + someOtherLongValue____________________________________________________
        ) { }
@belav belav added type:bug Something isn't working area:formatting labels Jul 12, 2021
@belav belav added this to the 0.9.8 milestone Jul 19, 2021
@belav belav self-assigned this Jul 19, 2021
@belav belav changed the title SwitchExpression should SpaceBrace SwitchStatement should SpaceBrace Jul 19, 2021
belav added a commit that referenced this issue Jul 19, 2021
shocklateboy92 pushed a commit that referenced this issue Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant