mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Use shorter expression
This commit is contained in:
@ -129,7 +129,7 @@ namespace osu.Game.Overlays.Changelog
|
|||||||
private void fetchAndShowChangelog()
|
private void fetchAndShowChangelog()
|
||||||
{
|
{
|
||||||
var req = new GetChangelogRequest();
|
var req = new GetChangelogRequest();
|
||||||
req.Success += res => add(res);
|
req.Success += add;
|
||||||
api.Queue(req);
|
api.Queue(req);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user