1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:13:01 +08:00

Fix minor formating issues

This commit is contained in:
Cootz 2023-02-08 05:50:52 +03:00
parent 4ba915268c
commit 086b3eb542

View File

@ -22,10 +22,9 @@ using Realms;
namespace osu.Game.Scoring namespace osu.Game.Scoring
{ {
/// <summary> /// <summary>
/// Store information about the score /// Store information about the score
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// Warning: If you work on importing/adding score please ensure you provide both <c>BeatmapInfo</c> and <c>BeatmapHash</c> /// Warning: If you work on importing/adding score please ensure you provide both <c>BeatmapInfo</c> and <c>BeatmapHash</c>
/// </remarks> /// </remarks>