From dbc5c79020ddd24c760f848f5c9a0aaaa1a80747 Mon Sep 17 00:00:00 2001 From: Mikhail Shueb Date: Wed, 30 Jul 2025 09:00:52 +0100 Subject: [PATCH] [Fix] corrected formating issue --- src/ui/party-ui-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/party-ui-handler.ts b/src/ui/party-ui-handler.ts index dc30d1cc120..b259316f6fa 100644 --- a/src/ui/party-ui-handler.ts +++ b/src/ui/party-ui-handler.ts @@ -987,7 +987,7 @@ export class PartyUiHandler extends MessageUiHandler { return !(this.partyUiMode === PartyUiMode.FAINT_SWITCH || this.partyUiMode === PartyUiMode.REVIVAL_BLESSING); } - /** + /** * Return whether this UI handler is responsible for managing items. * Used to ensure proper placement of mode toggle buttons in the UI, etc. * @returns Whether the current handler is responsible for managing items.