mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00:00
Use shorter expression
This commit is contained in:
parent
2ea5a97784
commit
8de65066dd
@ -129,7 +129,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
private void fetchAndShowChangelog()
|
||||
{
|
||||
var req = new GetChangelogRequest();
|
||||
req.Success += res => add(res);
|
||||
req.Success += add;
|
||||
api.Queue(req);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user