Skip to content

Commit 60b5e69

Browse files
dnluptargos
authored andcommitted
http: remove trailing space
PR-URL: #33035 Refs: #30625 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent f11a648 commit 60b5e69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/_http_client.js

-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,6 @@ function emitFreeNT(req) {
742742
if (req.socket) {
743743
req.socket.emit('free');
744744
}
745-
746745
}
747746

748747
function tickOnSocket(req, socket) {

0 commit comments

Comments
 (0)