You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run ktlint --format on the snippet from the expected behavior
The issue was discovered in this pull request touchlab/KaMPKit#115
Your Environment
Version of ktlint used: 0.37.2
Name and version (or code for custom task) of integration used (Gradle plugin, Maven plugin, command line, custom Gradle task): ktlint-gradle plugin 9.2.1
Version of Gradle used (if applicable): 5.6.4
Operating System and version: MacOS Catalina version 10.15.5
The text was updated successfully, but these errors were encountered:
This is most likely a regression from #727
Expected Behavior
I expect this code snippet
to be reformatted to
Observed Behavior
However, this gets reformatted to
with unnecessary empty lines before rbraces
Steps to Reproduce
Run
ktlint --format
on the snippet from the expected behaviorThe issue was discovered in this pull request touchlab/KaMPKit#115
Your Environment
The text was updated successfully, but these errors were encountered: