Skip to content

Commit

Permalink
fix braces, mk.II
Browse files Browse the repository at this point in the history
Co-authored-by: Kuba_Z2 <[email protected]>
Signed-off-by: Pannoniae <[email protected]>
  • Loading branch information
Pannoniae and KubaZ2 authored Dec 23, 2024
1 parent d480a32 commit bd9470f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lavalink4NET.NetCord/GatewayClientWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ protected override bool TryGetGuild(ulong guildId, [MaybeNullWhen(false)] out Gu
{
return _client.Cache.Guilds.TryGetValue(guildId, out guild);
}
}
}

0 comments on commit bd9470f

Please sign in to comment.