We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a482be4 commit 8b5be58Copy full SHA for 8b5be58
1 file changed
io-jackson/src/test/kotlin/io/openapiprocessor/jackson/JacksonJsonWriterSpec.kt
@@ -49,5 +49,6 @@ class JacksonJsonWriterSpec : StringSpec({
49
}
50
51
""".trimIndent()
52
+ .replace("\n", System.lineSeparator())
53
54
})
0 commit comments