mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Small style changes
This commit is contained in:
@ -66,8 +66,8 @@ namespace osu.Game.Tests.Visual
|
||||
|
||||
private class DummyMessage : Message
|
||||
{
|
||||
private static long messageCounter = 0;
|
||||
private static User sender = new User
|
||||
private static long messageCounter;
|
||||
private readonly static User sender = new User
|
||||
{
|
||||
Username = @"Somebody",
|
||||
Id = 1,
|
||||
|
Reference in New Issue
Block a user