From f43d286757e2d19d2d5995102510e3d466e6e559 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 8 Nov 2024 21:47:57 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/CookieException.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/CookieException.cs b/websocket-sharp/Net/CookieException.cs index 33bbaf82..9a212f03 100644 --- a/websocket-sharp/Net/CookieException.cs +++ b/websocket-sharp/Net/CookieException.cs @@ -124,7 +124,8 @@ namespace WebSocketSharp.Net ) ] public override void GetObjectData ( - SerializationInfo serializationInfo, StreamingContext streamingContext + SerializationInfo serializationInfo, + StreamingContext streamingContext ) { base.GetObjectData (serializationInfo, streamingContext);