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);
}