Browse Source

Remove extra white spaces

pull/1923/head
quin lynch 3 years ago
parent
commit
b3c503b3dd
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs

+ 0
- 2
src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs View File

@@ -450,8 +450,6 @@ namespace Discord.WebSocket
} }
_voiceStates = voiceStates; _voiceStates = voiceStates;



_syncPromise = new TaskCompletionSource<bool>(); _syncPromise = new TaskCompletionSource<bool>();
_downloaderPromise = new TaskCompletionSource<bool>(); _downloaderPromise = new TaskCompletionSource<bool>();
var _ = _syncPromise.TrySetResultAsync(true); var _ = _syncPromise.TrySetResultAsync(true);


Loading…
Cancel
Save