mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Use expression body for property get/set where possible
This commit is contained in:
@ -88,7 +88,7 @@ namespace osu.Game.Overlays.Settings
|
||||
|
||||
public ExpandedState State
|
||||
{
|
||||
get { return state; }
|
||||
get => state;
|
||||
set
|
||||
{
|
||||
expandEvent?.Cancel();
|
||||
|
Reference in New Issue
Block a user