Join Slack
Powered by
When I reformat code using the 1.2.20-eap-33-IJ201...
# intellij
g
gaetan
01/06/2018, 9:24 AM
When I reformat code using the 1.2.20-eap-33-IJ2017.3-1 plugin and the “Kotlin style guide” this code:
Copy code
if (true) System.err.println("true")
becomes
Copy code
if (true ) System.err.println("true")
Seems to be a bug no? But I don’t find it on youtrack.
s
snrostov
01/06/2018, 10:42 AM
https://youtrack.jetbrains.com/issue/KT-22093
👍 1
3
Views
Open in Slack
Previous
Next