-
Couldn't load subscription status.
- Fork 833
Parens: Keep parens for problematic exprs in $"{(…):N0}", $"{(…),-3}", etc.
#16578
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
Parens: Keep parens for problematic exprs in $"{(…):N0}", $"{(…),-3}", etc.
#16578
Conversation
❗ Release notes required
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
@psfinaki this just needs an azp rerun. |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@brianrourkeboll FYI a small lif#hack: you can force it by closing and reopening the PR :) |
Description
Another followup to #16079.
if,match, etc.) in$"{(…):N0}",$"{(…),-3}", etc.Checklist