collapse_simple_statement
collapses functions inside conditionals
#898
Labels
bug
Something isn't working
If you have
collapse_simple_statement
for conditionals and you add a function as the statementit will collapse the function as it's considering the function as a simple statement. So it ends up like this:
This will also happen if the function is provided as an argument
this:
formats like this:
Probably functions shouldn't be considered as a simple statement
The text was updated successfully, but these errors were encountered: