summaryrefslogtreecommitdiff
path: root/tools/node_tcp_promise.js
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2020-07-14 15:24:17 -0400
committerGitHub <noreply@github.com>2020-07-14 15:24:17 -0400
commitcde4dbb35132848ffece59ef9cfaccff32347124 (patch)
treecc7830968c6decde704c8cfb83c9185193dc698f /tools/node_tcp_promise.js
parent9eca71caa1674c31f9cc5d4e86c03f10b59e0a00 (diff)
Use dprint for internal formatting (#6682)
Diffstat (limited to 'tools/node_tcp_promise.js')
-rw-r--r--tools/node_tcp_promise.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node_tcp_promise.js b/tools/node_tcp_promise.js
index c59a9a7b4..36709d2b9 100644
--- a/tools/node_tcp_promise.js
+++ b/tools/node_tcp_promise.js
@@ -5,7 +5,7 @@ const port = process.argv[2] || "4544";
console.log("port", port);
const response = Buffer.from(
- "HTTP/1.1 200 OK\r\nContent-Length: 12\r\n\r\nHello World\n"
+ "HTTP/1.1 200 OK\r\nContent-Length: 12\r\n\r\nHello World\n",
);
function write(socket, buffer) {