remove a spurius space on viewer name

This commit is contained in:
UbitUmarov
2025-05-19 01:57:46 +01:00
parent dacc943a86
commit 25641e95a7
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ namespace OpenSim.Framework
}
else // New style version contains no spaces, just version number
{
return $"{Channel} {m_viewerInternal}";
return $"{Channel} {m_viewerInternal}";
}
}
}