1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Trim whitespace.

This commit is contained in:
smoogipooo 2017-05-18 17:00:11 +09:00
parent f7a1b21e77
commit af34777f44
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Mania.Beatmaps
internal class LegacyBeatmapConverter
{
private readonly int availableColumns;
private readonly float localXDivisor;
private readonly float localXDivisor;
private readonly Beatmap beatmap;

View File

@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Mania.Beatmaps.Patterns
/// The hit object to create the pattern for.
/// </summary>
protected readonly HitObject HitObject;
/// <summary>
/// The beatmap which <see cref="HitObject"/> is a part of.
/// </summary>