mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Remove all unnecessary parenthesis where object initialisers are used
Enforces at CI.
This commit is contained in:
@ -90,7 +90,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
|
||||
private ProgressNotificationState state;
|
||||
|
||||
protected virtual Notification CreateCompletionNotification() => new ProgressCompletionNotification()
|
||||
protected virtual Notification CreateCompletionNotification() => new ProgressCompletionNotification
|
||||
{
|
||||
Activated = CompletionClickAction,
|
||||
Text = $"Task \"{Text}\" has completed!"
|
||||
|
Reference in New Issue
Block a user