From b3c503b3ddd39d710f2ca3559fa742ad1343d041 Mon Sep 17 00:00:00 2001 From: quin lynch Date: Thu, 7 Oct 2021 00:22:43 -0300 Subject: [PATCH] Remove extra white spaces --- src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs b/src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs index ccda12644..efc6f3ba5 100644 --- a/src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs +++ b/src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs @@ -450,8 +450,6 @@ namespace Discord.WebSocket } _voiceStates = voiceStates; - - _syncPromise = new TaskCompletionSource(); _downloaderPromise = new TaskCompletionSource(); var _ = _syncPromise.TrySetResultAsync(true);