Remove newline

This commit is contained in:
Dylan K. Taylor 2024-03-01 17:02:44 +00:00
parent 4b5ac53276
commit 4abc36275c
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

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