Skip to content

Commit b3ab0a5

Browse files
disable line wrapping for string literal
1 parent 8d7c1e0 commit b3ab0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/PseudoConstructorFunctionGenerator.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ internal object PseudoConstructorFunctionGenerator {
9090
}
9191

9292
if (!prop._type.isMarkedNullable) {
93-
statement += "·?:·error(\"`%1L` should not be null.\")"
93+
statement += "·?:·error(\"`%1L`·should·not·be·null.\")"
9494
}
9595

9696
addStatement(statement, prop.simpleName.asString())

0 commit comments

Comments
 (0)