Formatter: Remove spaces between expression and parentheses
#KT-11476 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
56477f0af8
commit
146dca2cd6
@@ -0,0 +1,5 @@
|
||||
fun some() {
|
||||
(1)
|
||||
(1 + 2)
|
||||
("" as Any)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun some() {
|
||||
( 1 )
|
||||
( 1 + 2 )
|
||||
( "" as Any )
|
||||
}
|
||||
Reference in New Issue
Block a user