1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 05:32:54 +08:00

Adjust formatting slightly

The uneven spacing was bothering me...
This commit is contained in:
Bartłomiej Dach 2023-09-06 17:46:42 +02:00
parent f9db0fad88
commit fe3683ed5b
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -310,7 +310,7 @@ namespace osu.Game.Skinning
}
}
public override string ToString() => $"{GetType().ReadableName()}{{ skin: {skin} }}";
public override string ToString() => $"{GetType().ReadableName()} {{ Skin: {skin} }}";
}
}
}