From 5c607bf4c56155778526ffa3bb44e218cadb76c9 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:47:09 +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 2e9fcd071b6..0047c4639bd 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -218,10 +218,10 @@ export function getTextStyleOptions( case TextStyle.GROWTH_RATE_TYPE: { switch (lang) { case "ja": - styleOptions.padding = { left: 24 }; + styleOptions.padding = { left: 24 }; break; } - styleOptions.fontSize = defaultFontSize - 30; + styleOptions.fontSize = defaultFontSize - 30; shadowXpos = 3; shadowYpos = 3; break;