Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
huoyaoyuan committed Feb 28, 2024
1 parent 470d2be commit e86ebd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Rulesets/Objects/Legacy/ConvertHitObjectParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ private PathControlPoint[] convertPathString(string pointString, Vector2 offset)
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]))
Expand Down

0 comments on commit e86ebd6

Please sign in to comment.