diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index b9731347..fd22d9c1 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -1466,7 +1466,9 @@ namespace WebSocketSharp if (_authChallenge != null) { var ret = new AuthenticationResponse ( - _authChallenge, _credentials, _nonceCount + _authChallenge, + _credentials, + _nonceCount ); _nonceCount = ret.NonceCount;