diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index fe07eae1..3da49869 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2274,7 +2274,9 @@ namespace WebSocketSharp return res; var ares = new AuthenticationResponse ( - _authChallenge, _credentials, _nonceCount + _authChallenge, + _credentials, + _nonceCount ); _nonceCount = ares.NonceCount;