You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did a bit of debugging and it looks like this only occurs for multiplication specifically because it's getting caught up in the line designed to ignore spacing for things like fn(*array):
!(node.elementType == MUL && node.isPartOf(KtValueArgument::class)) && // fn(*array)
Will take a look at a solution to more specifically differentiate between fn(*array) and thing.run { thing1*thing2 } cases
Expected Behavior
Code (shown as an example, only to show an error):
after formatting:
Observed Behavior
The text was updated successfully, but these errors were encountered: