Remove newline

This commit is contained in:
Dylan K. Taylor
2024-03-01 17:02:44 +00:00
parent 4b5ac53276
commit 4abc36275c

View File

@ -707,7 +707,6 @@ class NetworkSession{
$this->disconnectGuard = false;
$this->flushSendBuffer(true);
$this->sender->close("");
foreach($this->disposeHooks as $callback){
$callback();
}