rufo
rufo copied to clipboard
Comments inside empty blocks get uncommented
I'm getting a bug where running the formatter is making the code invalid.
Example code:
foo %i[
bar
baz
qux
], kwarg: {
# TODO: fill me in
}
After formatting:
foo %i[
bar
baz
qux
], kwarg: {
TODO: fill me in
}
@maxnotarangelo Thanks for the report. This is not good... :thinking: