Skip to content

Commit bcfae81

Browse files
committed
[Modify] Polish it
1 parent a1f1220 commit bcfae81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

websocket-sharp/Server/WebSocketSessionManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ public IWebSocketSession this[string id] {
202202
throw new ArgumentException ("An empty string.", "id");
203203

204204
IWebSocketSession session;
205+
205206
tryGetSession (id, out session);
206207

207208
return session;

0 commit comments

Comments
 (0)