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
- @SerialName("james_template") val jamesTemplate: JamesTemplateDto,+ @SerialName("james_template") val jamesTemplate: JamesTemplateDto,,
Here is the console output:
Repro.kt:1:34: Whitespace after ',' is missing (experimental:parameter-list-spacing)
Repro.kt:1:35: Missing spacing after "," (comma-spacing)
Repro.kt:2:1: Missing trailing comma before ")" (trailing-comma-on-declaration-site)
The text was updated successfully, but these errors were encountered:
For the given Kotlin Code:
when running
ktlint -F
with the following configuration & experimental enabled:There's an erroneous added:
Repro.kt:1:34: Whitespace after ',' is missing (experimental:parameter-list-spacing)
Repro.kt:1:35: Missing spacing after "," (comma-spacing)
Repro.kt:2:1: Missing trailing comma before ")" (trailing-comma-on-declaration-site)
The text was updated successfully, but these errors were encountered: