mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -95,7 +95,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
progressingNotifications.Add(n);
|
||||
}
|
||||
|
||||
private List<ProgressNotification> progressingNotifications = new List<ProgressNotification>();
|
||||
private readonly List<ProgressNotification> progressingNotifications = new List<ProgressNotification>();
|
||||
|
||||
private void sendProgress1()
|
||||
{
|
||||
|
Reference in New Issue
Block a user