1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +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 internal class LegacyBeatmapConverter
{ {
private readonly int availableColumns; private readonly int availableColumns;
private readonly float localXDivisor; private readonly float localXDivisor;
private readonly Beatmap beatmap; 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. /// The hit object to create the pattern for.
/// </summary> /// </summary>
protected readonly HitObject HitObject; protected readonly HitObject HitObject;
/// <summary> /// <summary>
/// The beatmap which <see cref="HitObject"/> is a part of. /// The beatmap which <see cref="HitObject"/> is a part of.
/// </summary> /// </summary>