[Modify] Polish it
This commit is contained in:
		@@ -887,8 +887,10 @@ namespace WebSocketSharp.Server
 | 
				
			|||||||
    public void CloseSession (string id)
 | 
					    public void CloseSession (string id)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      IWebSocketSession session;
 | 
					      IWebSocketSession session;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      if (!TryGetSession (id, out session)) {
 | 
					      if (!TryGetSession (id, out session)) {
 | 
				
			||||||
        var msg = "The session could not be found.";
 | 
					        var msg = "The session could not be found.";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        throw new InvalidOperationException (msg);
 | 
					        throw new InvalidOperationException (msg);
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user