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
I'd expect fun test( ) = Unit to be triggered since the space between the parentheses is not necessary. Also when using the autoformatting feature it should be transformed into fun test() = Unit.
The text was updated successfully, but these errors were encountered:
MyDogTom
added a commit
to MyDogTom/ktlint
that referenced
this issue
Jun 20, 2018
I'd expect
fun test( ) = Unit
to be triggered since the space between the parentheses is not necessary. Also when using the autoformatting feature it should be transformed intofun test() = Unit
.The text was updated successfully, but these errors were encountered: