1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 19:32:55 +08:00

Remove whitespace

This commit is contained in:
Dean Herbert 2022-10-10 15:31:45 +09:00
parent f219c0886d
commit 7726dda975

View File

@ -121,7 +121,7 @@ namespace osu.Game.Tests.Beatmaps
Assert.That(preserveCollection.BeatmapMD5Hashes, Does.Contain(initialHash));
Assert.That(noNewCollection.BeatmapMD5Hashes, Does.Not.Contain(initialHash));
beatmaps.Save(map.BeatmapInfo, map.GetPlayableBeatmap(new OsuRuleset().RulesetInfo));
string finalHash = map.BeatmapInfo.MD5Hash;