Skip to content

Commit 4b71d21

Browse files
author
ace-n
committed
Fix whitespace
1 parent a3a0d3e commit 4b71d21

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

appengine/flexible/websockets/socket-server.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@
3131

3232
$server = IoServer::factory(
3333
new HttpServer(
34-
new WsServer(
35-
$socketDemo
36-
)
37-
),
34+
new WsServer($socketDemo)
35+
),
3836
$port
39-
);
37+
);
4038
// [END gae_flex_websockets_server]
4139

4240
if (PHP_SAPI == 'cli') {

0 commit comments

Comments
 (0)