Formatter: Remove spaces before question mark in nullable types (KT-12830)
#KT-12830 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
9a50e91cd8
commit
0320bd8184
@@ -0,0 +1 @@
|
||||
fun foo(): String? = ""
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun foo(): String ? = ""
|
||||
Reference in New Issue
Block a user