From 40abfb91963f6fd3c0a4a02bcc0c33a51b9e7374 Mon Sep 17 00:00:00 2001 From: Lanius Trolling Date: Sat, 6 Apr 2024 08:34:02 -0400 Subject: [PATCH] Use unaryPlus in more places --- src/jvmMain/kotlin/info/mechyrdia/lore/parser_html.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } } -- 2.25.1