Fix formatting

This commit is contained in:
Huo Yaoyuan 2024-02-29 00:24:24 +08:00
parent 470d2be2e1
commit e86ebd6cdb

View File

@ -271,9 +271,9 @@ namespace osu.Game.Rulesets.Objects.Legacy
var segments = ArrayPool<(PathType Type, int StartIndex)>.Shared.Rent(pointSplit.Length);
int pointsCount = 0;
int segmentsCount = 0;
try
{
foreach (string s in pointSplit)
{
if (char.IsLetter(s[0]))