Formatter: handle spaces before value arguments list (KT-12634)
#KT-12634 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
922dc85e11
commit
5c68681f96
@@ -1,3 +1,3 @@
|
||||
synchronized (s) {
|
||||
synchronized(s) {
|
||||
doSomething(s)
|
||||
}
|
||||
Reference in New Issue
Block a user