Skip to content

Commit c7a59f2

Browse files
committed
Remove excessive whitespace
1 parent f45e84a commit c7a59f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Datagram/Socket.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public function send($data, $remoteAddress = null)
5353
$this->buffer->send($data, $remoteAddress);
5454
}
5555

56-
5756
public function pause()
5857
{
5958
$this->loop->removeReadStream($this->socket);
@@ -85,7 +84,7 @@ public function onReceive($message)
8584

8685
public function close()
8786
{
88-
if ($this->socket === false) {
87+
if ($this->socket === false) {
8988
return;
9089
}
9190

0 commit comments

Comments
 (0)