Skip to content

Commit 96aa886

Browse files
nitishk72stubailo
authored andcommitted
removing extra \n (graphql#591)
1 parent e71eb6d commit 96aa886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/code/index.html.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ $resolvers = [
335335
];
336336
$schema = Graphql\schema($typeDefs, $resolvers);
337337
338-
echo "Server running at http://127.0.0.1:8080\n";
338+
echo "Server running at http://127.0.0.1:8080";
339+
339340
Http\server(Graphql\psr7($schema), function (\Throwable $err) {
340341
var_dump($err);
341342
return Diactoros\json([

0 commit comments

Comments
 (0)