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

Missing spacing after "}" when insert into map #564

Closed
G00fY2 opened this issue Aug 23, 2019 · 0 comments · Fixed by #596
Closed

Missing spacing after "}" when insert into map #564

G00fY2 opened this issue Aug 23, 2019 · 0 comments · Fixed by #596

Comments

@G00fY2
Copy link

G00fY2 commented Aug 23, 2019

klint 0.34.2, Android Studio 3.5, Kotlin 1.3.50.

klint reports Missing spacing after "}" for
articlePositionMap[index + itemTypeList.count { it != ITEM }] = index.

Changing this line to
articlePositionMap[index + itemTypeList.count { it != ITEM } ] = index
fixes the warning, but Android Studio will auto format it back.

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

Successfully merging a pull request may close this issue.

1 participant