Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 7485bf4

Browse files
committed
no indent for class
1 parent 8218603 commit 7485bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/io/openapiprocessor/core/writer/java/JavaDocWriter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ open class JavaDocWriter {
8585
comment += convert(dataType.documentation!!.description) + "\n"
8686
}
8787

88-
return indent(wrap(comment))
88+
return wrap(comment)
8989
}
9090

9191
private fun wrap(comment: String): String {

0 commit comments

Comments
 (0)