Skip to content

Commit 1e7f5ef

Browse files
committed
comment
1 parent 2a13754 commit 1e7f5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processor/src/main/kotlin/com/tobrun/datacompat/DataCompatProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class DataCompatProcessor(
144144
addFunction(
145145
FunSpec.builder("toString")
146146
.addModifiers(KModifier.OVERRIDE)
147-
// `·` below is a non-breaking space
147+
// using triple quote for long strings
148148
.addStatement(
149149
propertyMap.keys.joinToString(
150150
prefix = "return \"\"\"$className(",

0 commit comments

Comments
 (0)