Skip to content

Commit 2be1ef2

Browse files
committed
Extensions.kt formatted.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent bb16770 commit 2be1ef2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • src/main/kotlin/com/mairwunnx/projectessentials/core/api/v1/extensions

src/main/kotlin/com/mairwunnx/projectessentials/core/api/v1/extensions/Extensions.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,7 @@ fun hoverEventFrom(
151151
}
152152
)
153153
} else {
154-
HoverEvent(
155-
HoverEvent.Action.SHOW_TEXT,
156-
TranslationTextComponent(l10n, args)
157-
)
154+
HoverEvent(HoverEvent.Action.SHOW_TEXT, TranslationTextComponent(l10n, args))
158155
}
159156

160157
/**

0 commit comments

Comments
 (0)