trailing space is removed

This commit is contained in:
Mikhail-Shueb 2025-03-07 06:00:15 +00:00
parent 7db8da6206
commit 299307c788

View File

@ -216,7 +216,7 @@ export function getLegendaryWeatherContinuesMessage(weatherType: WeatherType): s
} }
return null; return null;
} }
export function getWeatherBlockMessage(weatherType: WeatherType): string { export function getWeatherBlockMessage(weatherType: WeatherType): string {
switch (weatherType) { switch (weatherType) {
case WeatherType.HARSH_SUN: case WeatherType.HARSH_SUN: