Skip to content

Commit

Permalink
disable line wrapping for string literal
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlauvlwj committed Sep 2, 2024
1 parent 8d7c1e0 commit b3ab0a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ internal object PseudoConstructorFunctionGenerator {
}

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

addStatement(statement, prop.simpleName.asString())
Expand Down

0 comments on commit b3ab0a5

Please sign in to comment.