Skip to content

Commit

Permalink
style: Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobreuer committed Feb 14, 2024
1 parent 7a8bb21 commit 9a07196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Lavalink4NET.DiscordNet/DiscordClientWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ public ValueTask SendVoiceUpdateAsync(ulong guildId, ulong? voiceChannelId, bool
guildId, // Guild Id
voiceChannelId, // Voice Channel Id
selfMute, // Self Mute
selfDeaf, // Self Deaf
requestOptions, // Request Options
};
selfDeaf, // Self Deaf
requestOptions, // Request Options
};

return new ValueTask((Task)_sendVoiceStateUpdateAsyncMethod.Invoke(_apiClient, arguments)!);
}
Expand Down

0 comments on commit 9a07196

Please sign in to comment.