We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
black:
template_params["lhs"] = "%s, %s" % ( template_params, lookup_band_lhs, ) template_params__lhs__ = "%s, %s" % ( template_params, lookup_band_lhs, )
ours:
template_params["lhs"] = ( "%s, %s" % ( template_params, lookup_band_lhs, ) ) template_params__lhs__ = "%s, %s" % ( template_params, lookup_band_lhs, )
The text was updated successfully, but these errors were encountered:
@konstin Feel free to assign this to me. May take a bit as I have to get up to speed with the formatter, though.
Sorry, something went wrong.
I'm not sure if this is a good first formatter issue. Feel free to have a look but I expect that this fix requires good knowledge of the IR
You could coordinate with @dhruvmanila and implement a match case formatting.
Fixed by #6815
Uh interesting, that's not what I expected would fix this
konstin
No branches or pull requests
black:
ours:
The text was updated successfully, but these errors were encountered: