From 7fbde9414c33a6c0f2a8d587e687c58f812fa34e Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:29:33 +0200 Subject: [PATCH] Line formatting correction --- src/ui/text.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/text.ts b/src/ui/text.ts index 2a3ce5d5c85..06553fcb05c 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -364,8 +364,8 @@ export function getTextStyleOptions( case TextStyle.MOVE_LABEL: { switch (lang) { case "ja": - styleOptions.fontSize = defaultFontSize - 16; - styleOptions.padding = { top: -12, bottom: 4 }; + styleOptions.fontSize = defaultFontSize - 16; + styleOptions.padding = { top: -12, bottom: 4 }; break; default: styleOptions.fontSize = defaultFontSize - 30;