Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ktformat not removing space around . #316

Closed
BraisGabin opened this issue Nov 14, 2018 · 2 comments
Closed

ktformat not removing space around . #316

BraisGabin opened this issue Nov 14, 2018 · 2 comments

Comments

@BraisGabin
Copy link

Before:

val a = "" .toString()

After:

val a = "" .toString()

Expected:

val a = "".toString() // no space between "" and .
@romtsn
Copy link
Collaborator

romtsn commented Feb 11, 2019

@shyiko I believe this one can be closed by #293

@shyiko
Copy link
Collaborator

shyiko commented Feb 11, 2019

Right :) Thanks for pointing it out!

@shyiko shyiko closed this as completed Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants