We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb16770 commit 2be1ef2Copy full SHA for 2be1ef2
1 file changed
src/main/kotlin/com/mairwunnx/projectessentials/core/api/v1/extensions/Extensions.kt
@@ -151,10 +151,7 @@ fun hoverEventFrom(
151
}
152
)
153
} else {
154
- HoverEvent(
155
- HoverEvent.Action.SHOW_TEXT,
156
- TranslationTextComponent(l10n, args)
157
- )
+ HoverEvent(HoverEvent.Action.SHOW_TEXT, TranslationTextComponent(l10n, args))
158
159
160
/**
0 commit comments