Skip to content

Commit 415bd68

Browse files
no OS for now
1 parent a6970e3 commit 415bd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/Responses.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class StartResponse(
77
val implementation: Implementation,
88
)
99

10-
@Suppress("LongParameterList")
10+
@Suppress("LongParameterList", "ConstructorParameterNaming")
1111
@Serializable
1212
class Implementation(
1313
val language: String = "kotlin",

0 commit comments

Comments
 (0)