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

Remove empty line

This commit is contained in:
Andrei Zavatski 2019-10-14 17:07:50 +03:00
parent a4ffd4798d
commit b53fb0d228

View File

@ -183,7 +183,6 @@ namespace osu.Game.Overlays.Comments
moreButton.IsLoading = false;
}
moreButton.FadeTo(response.HasMore ? 1 : 0);
}, loadCancellation.Token);
}