Skip to content

Commit bbca066

Browse files
committed
lint
1 parent f1872da commit bbca066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/lang/DocumentationPreprocessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class DocumentationPreprocessor : KotlinIntegration {
5656
.applyWithin("<code>", "</code>", String::escapeHtml)
5757
.applyWithin("<pre>", "</pre>", String::escapeHtml)
5858
val parsed = Jsoup.parse(sanitized)
59-
59+
6060
fun Node.emptyOrBlank(): Boolean = when {
6161
this is TextNode -> isBlank
6262
else -> childNodes().all { it.emptyOrBlank() }

0 commit comments

Comments
 (0)