1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 12:10:12 +08:00

reduce whitespace

This commit is contained in:
Hivie
2025-07-21 12:22:43 +01:00
Unverified
parent 83ad34b718
commit 72254226cf
+1 -4
View File
@@ -50,10 +50,7 @@ namespace osu.Game.Screens.Edit.Verify
beatmap,
workingBeatmap.Value,
verify.InterpretedDifficulty.Value,
beatmapInfo =>
beatmapManager
.GetWorkingBeatmap(beatmapInfo)
.GetPlayableBeatmap(beatmapInfo.Ruleset)
beatmapInfo => beatmapManager.GetWorkingBeatmap(beatmapInfo).GetPlayableBeatmap(beatmapInfo.Ruleset)
);
verify.InterpretedDifficulty.BindValueChanged(difficulty => context.InterpretedDifficulty = difficulty.NewValue);