mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 15:27:30 +08:00
Fix code style
This commit is contained in:
parent
4305c3db5b
commit
1a08dbaa2b
@ -53,7 +53,7 @@ namespace osu.Desktop
|
||||
|
||||
private readonly Bindable<DiscordRichPresenceMode> privacyMode = new Bindable<DiscordRichPresenceMode>();
|
||||
|
||||
private int usersCurrentlyInLobby = 0;
|
||||
private int usersCurrentlyInLobby;
|
||||
|
||||
private readonly RichPresence presence = new RichPresence
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user