From: Lanius Trolling Date: Sat, 6 Apr 2024 12:34:02 +0000 (-0400) Subject: Use unaryPlus in more places X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=40abfb91963f6fd3c0a4a02bcc0c33a51b9e7374;p=factbooks Use unaryPlus in more places --- diff --git a/src/jvmMain/kotlin/info/mechyrdia/lore/parser_html.kt b/src/jvmMain/kotlin/info/mechyrdia/lore/parser_html.kt index 5a12372..bab1417 100644 --- a/src/jvmMain/kotlin/info/mechyrdia/lore/parser_html.kt +++ b/src/jvmMain/kotlin/info/mechyrdia/lore/parser_html.kt @@ -261,7 +261,7 @@ class HtmlTagLexerTag( tagCreator { for ((name, value) in calculatedAttributes) attributes[name] = value - body() + +body } } }