[placepage] Remove unneeded extra kFieldsSeparator in elevation

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
David Martinez 2024-01-05 18:32:38 +01:00 committed by Alexander Borsuk
parent 80a40599f3
commit 0c34bbc899

View file

@ -161,10 +161,7 @@ std::string Info::FormatSubtitle(bool withType) const
// Elevation.
auto const eleStr = GetElevationFormatted();
if (!eleStr.empty())
{
append(kMountainSymbol);
append(eleStr);
}
append(std::string{kMountainSymbol} + eleStr);
// ATM
if (HasAtm())