mirror of https://github.com/ppy/osu
Fix code style
This commit is contained in:
parent
4305c3db5b
commit
1a08dbaa2b
|
@ -53,7 +53,7 @@ internal partial class DiscordRichPresence : Component
|
|||
|
||||
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