1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 19:00:30 +08:00

Fix formatting

This commit is contained in:
Huo Yaoyuan
2024-02-29 00:24:24 +08:00
Unverified
parent 470d2be2e1
commit e86ebd6cdb
@@ -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]))