Formatter: Remove spaces before question mark in nullable types (KT-12830)

#KT-12830 Fixed
This commit is contained in:
Kirill Rakhman
2016-06-23 22:54:30 +02:00
committed by Nikolay Krasko
parent 9a50e91cd8
commit 0320bd8184
5 changed files with 16 additions and 0 deletions
+6
View File
@@ -7,6 +7,12 @@
## 1.0.4
### IDE
###### Issues fixed
- [`KT-12830`](https://youtrack.jetbrains.com/issue/KT-12830) Remove spaces before *?* in nullable types
## 1.0.3
### Compiler